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:
Andrej730
2024-04-16 16:40:05 +05:00
parent 6ee7502920
commit 89d29cf133
3 changed files with 37 additions and 4 deletions
+1
View File
@@ -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