mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 05:46:51 +00:00
ifctester.reporter.Ods - option for safe excel export #4427
The issue was related to the sheet names - Excel prohibits some symbols in the names and it doesn't allow sheet name to be longer than 31 symbols. If sheet names doesn't match this criteria then Excel says file appears to be corrupted - when file open data itself is not really corrupted besides the spreadsheet names that failed the criteria.
This commit is contained in:
@@ -16,6 +16,7 @@ Available flags:
|
||||
|
||||
- ``-r`` / ``--reporter``: The reporting method to view audit results. Availabe reporters: Console, Txt, Json, Html, Ods, Bcf
|
||||
- ``--no-color``: Disable colour output (supported by Console reporting).
|
||||
- ``--excel-safe``: Make sure exported ODS is safely exported for Excel.
|
||||
- ``-o`` / ``--output``: Output file (supported for all types of reporting except Console).
|
||||
|
||||
### Code example
|
||||
|
||||
Reference in New Issue
Block a user