I create an excel file using EPPlus library, containing a chart (XYScatter). The file works great, and I can modify cells. However if I modify the chart, for example changing its style, the file cannot be saved
"Errors were detected while saving a.xlsx. Microsoft Excel may be able to save the file by removing or repairing some features. To make the repairs in a new..."
Selecting 'save as' XLS format does not work either.
I suspect there's a minor formatting error in the chart XLSX format which Excel is robust enough to display, but prevents saving.
"Errors were detected while saving a.xlsx. Microsoft Excel may be able to save the file by removing or repairing some features. To make the repairs in a new..."
Selecting 'save as' XLS format does not work either.
I suspect there's a minor formatting error in the chart XLSX format which Excel is robust enough to display, but prevents saving.