Hi.
Since some weeks I trying to load, manipulate and save a xlsx file with docx4j.
In most cases, after saving to file and open it with MS Excel the Excel App says it is broken and needs to be fixed. After fixing the sheet looks like it should.
After trying lots of thing I can't fix the following issue:
...
final File file = excelPath.toFile();
SpreadsheetMLPackage loadedFile = SpreadsheetMLPackage.load(file);
final WorksheetPart sheet = ...