You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no errors when running the vs project yet when opening the file in excel I get: error : we found problem with some content.....do you want to repair...
when I try to recover the dialog shows: Repaired Records: Drawing from /xl/drawings/drawing1.xml part (Drawing shape)
yet no chart visible in excel?
any help would be greatly appreciated
The text was updated successfully, but these errors were encountered:
Thanks for bringing this to our attention. This will be fixed in pull request 313 that updates the sample projects and documentation for the latest versions of the SDK and .Net. I will leave this issue open for now and close it when the PR is merged, so you're notified.
after running this sample the excel file cannot be opened
I create a new excel file and the run the method
InsertChartInSpreadsheet("Test.xlsx", "Sheet1", "MyFirstChart", new Dictionary<string, int>() { { "First", 1 }, { "Second", 2 }, { "Third", 3 } });
no errors when running the vs project yet when opening the file in excel I get: error : we found problem with some content.....do you want to repair...
when I try to recover the dialog shows: Repaired Records: Drawing from /xl/drawings/drawing1.xml part (Drawing shape)
yet no chart visible in excel?
any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: