This is a migrated thread and some comments may be shown as answers.

Excel File Error : Some Number format may have been lost

1 Answer 233 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Santosh
Top achievements
Rank 1
Santosh asked on 26 Jul 2011, 01:40 PM
Hello,

We have created one report in telerik reporting and provided facility to export report in PDF and Excel format.
Used Code :
byte[] buffer = Telerik.Reporting.Processing.ReportProcessor.Render(chkPDF.Checked ? "PDF" : "XLS", form, null, out mimType, out extension, out encoding);

PDF file and Excel file display data. But Excel file giving an error
File Error. Some number formats may have been lost

See screen shot of error.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 26 Jul 2011, 04:33 PM
Hello Santosh ,

You can see the supported Format Strings in the Design Considerations for Excel Rendering help article

All the best,
Peter
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
Santosh
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or