Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
WPF Excel Engine: Adding line chart currupts excel File
posted

Hi 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 probelm.ExcelTest.zip

Parents
  • 7535
    Offline posted

    Hello,

    I run the same as it is (with double value) i dont get the error/complain message . May i know which version of MS excel file do you have it installed? and please share the screenshot of error message /dialog you are getting.

Reply Children