The FlexCel API (Application Programmer Interface) is what you use to read or write Excel files on a low level way.
Questions tagged [flexcel]
5 questions
2
votes
1 answer
FlexCel created corrupted xlsx file
I use the FlexCel library to create an Excel report in the .xlsx format.
When creating a file in .xls format - everything works fine.
When I try to create a file in the .xlsx format, the file is created, but when I open it by Excel, I get an error…

Wizard
- 153
- 1
- 6
1
vote
2 answers
How to add graph to Excel file generated via TMS Flexcel?
I have an xlsx file which serves as a template for TMS Flexcel. I populate it with data, it renders it in nice table. All is fine so far.
Problem is when I want to add a graph.
The generated xlsx file appears to be damaged, and Excel tries to…

David Votrubec
- 3,968
- 3
- 33
- 44
0
votes
0 answers
MemoryStream(Xls) to PDF
I'm using the library FlexCel and need to convert a MemoryStream (Xls Type) to PDF. I tried this form but not work.
oFlexCelReport.Run(oTemplateMemoryStream, oOutMemoryStream);
oOutMemoryStream.Seek(0, SeekOrigin.Begin);
using (FlexCelPdfExport pdf…

Ronivaldo Roner
- 1
- 1
0
votes
1 answer
TMS FlexCel - Open a xlsx generated by EPPlus
I have created a simple workbook with EPPlus in C# .NET Core (The file is XLSX).
I need to export this workbook to PDF.
I am trying to export using TMS FlexCel for .NET.
But, when the code try to export I get the error…

André Scaravelli
- 251
- 1
- 4
- 9
0
votes
1 answer
Is it possible to filter the list of fields when outputting a Full Dataset?
I have a DataTable that I'm passing to a FlexCel report. It contains a variable number of columns, so I'm using the Full Dataset feature (e.g. <#table_name.*>).
However, only a subset of the fields are dynamically generated (I have a variable…

Mitkins
- 4,031
- 3
- 40
- 77