Hello
I create an ods file with data duplicate in connecting cells, cell content A1 same as B1, C1,…
I’m using Aspose to load ods file and save to another ods file => new ods file missing duplicated da (6.1 KB)
ta (cell B1, C1 are empty). But when save ods => xls this issue does not happen.
I’m using C# and Apose 17.5.0.0, here is my code:
Aspose.Cells.LoadOptions opt = new Aspose.Cells.LoadOptions(LoadFormat.ODS);
Workbook workbook = new Workbook(@“F:\Untitled1.ods”, opt);
workbook.Save(@“F:\Untitled2.ods”, SaveFormat.ODS);
And my file:
duplicated_cell.zip
Thanks