Export Excel formula not calculating
Export Excel formula not calculating
Hi,
I am using this to export my report
rep.ExportDocument(Stimulsoft.Report.StiExportFormat.Excel, xlsFilename)
In my report I have this.
Text Format: Number
Excel Value: =SUM(H30:I30)
The problem is after exported; the excel formula wont calculate.
Please Help.
I am using this to export my report
rep.ExportDocument(Stimulsoft.Report.StiExportFormat.Excel, xlsFilename)
In my report I have this.
Text Format: Number
Excel Value: =SUM(H30:I30)
The problem is after exported; the excel formula wont calculate.
Please Help.
Re: Export Excel formula not calculating
Hello,
Can you please send us your report with test data for analysis.
Thank you.
Can you please send us your report with test data for analysis.
Thank you.
Re: Export Excel formula not calculating
I have saved it using
rep.Render()
rep.SaveDocument("report.mrt")
The cell with the Excel formula is Text69.
I have also included the exported excel.
Thank you very much.
rep.Render()
rep.SaveDocument("report.mrt")
The cell with the Excel formula is Text69.
I have also included the exported excel.
Thank you very much.
- Attachments
-
- DocViewer.xls
- (26 KiB) Downloaded 364 times
-
- report.mrt
- (51.57 KiB) Downloaded 515 times
Re: Export Excel formula not calculating
Hello.
The formulas work is XLSX files.
The XLS file are is binary format and we will not make any improvement there.
To get the value you should go to the Edit mode of the cell with formula and press Enter.
Thank you.
The formulas work is XLSX files.
The XLS file are is binary format and we will not make any improvement there.
To get the value you should go to the Edit mode of the cell with formula and press Enter.
Thank you.
Re: Export Excel formula not calculating
Hi,
What do you mean by the formulas work in XLSX files ?
Do I export it differently ? How should I export it ?
What do you mean by the formulas work in XLSX files ?
Do I export it differently ? How should I export it ?
Re: Export Excel formula not calculating
Hello.
Please, try to export to Excel format instead of Excel97-2003.
From code you should use StiExportFormat.Excel2007 format.
Thank you.
Please, try to export to Excel format instead of Excel97-2003.
From code you should use StiExportFormat.Excel2007 format.
Thank you.
Re: Export Excel formula not calculating
Great, Its working.
Thank you.
Thank you.
Re: Export Excel formula not calculating
Hello,
Glad to help you!
Thank you.
Glad to help you!
Thank you.