Questions tagged [closedxml.report]
5 questions
2
votes
0 answers
ClosedXML report - format of input list
The format for sending data to a closedXML template is a bit confusing to me.
In the Flat tables docs there's a sample for a template with header info and data from a list for the report, but I don't see where the list is connected to the…

VBartilucci
- 477
- 6
- 17
1
vote
0 answers
Large excel files taking more time to initialize for ClosedXML
I am using ClosedXML.0.76.0 in my MVC 5 C# project to load the uploaded excel file's data into the object which exists in the MVC controller and afterward displaying data in UI from the object.
To get this, I am using WorkBook = new…

Divyang Patel
- 920
- 1
- 8
- 15
0
votes
0 answers
How can I freeze a column in a ClosedXML-generated Excel report for details but unfreeze it in summary and source summary sections?
I've generated an Excel report using the ClosedXML package in Visual Studio. The report contains sections for details, summary, and source summary. I've successfully frozen a column in the "details" section, but this freezing applies to the other…

prabu naresh
- 405
- 1
- 10
0
votes
0 answers
How to open & save excel in closedxml without evaluating formula in that?
Things I tried...
I have tried saveoptions and set evaluate formula to false.
I have set evaluate formula to false in loadoptions also
But while saving the excel the excel i am getting "The xyz is not recognised"
Even though I am reading or…
0
votes
1 answer
How closedxml.report IEnumerable extend vertical not horizontal
I have data like :
"materialFormingFee": [
{
"type": "Cover(盖)",
"des": "ABS 757K+AS 118",
"matching": "100%",
"weight": "0",
"ComponentWeight": 0,
"materilPrice":…

Wei Lin
- 3,591
- 2
- 20
- 52