WPF Excel Engine: Adding line chart currupts excel File
New DiscussionHi all,
i am working on a WPF application, which also uses the WPF Excel Engine..
I am using the latest version of IG controls, 24.1.39
i am trying to add a linecghart to excel, using the AddChart/SetSource Data Methods.
A stripped down datatable has two columns, a string, and a double column.
Filling this with some data reuslts in the following problem.
Wen i use integers for CellValues out of the dataset all is fine, excel docuiment opens without problems.
When usimng a double value, the excel file complains about seome wrong data in there, auto fixcing works, the chart itself displays correctly then. But we cannot ship the application with that error message of course.
Are there any ideas out there, what might go wrong here?
Thanks in advance.
i added a small sample project to show the problem. Download ExcelTest.zip