Seal Report Forum
»
General
»
General Discussions/Other
»
Excel Converter - Use Excel File Template
Rank: Newbie
Groups: Registered
Joined: 2/6/2022(UTC) Posts: 1 Location: Lisbon
|
Hello to all,
I am starting to evaluate the Seal Report and until now I am very satisfied with it. My company have several reports, and most of them we can migrate to the Seal Report.
But we have some cases, that in the beginning could have some difficulty regarding the amount of optimizations.
My though was in this cases, to use the already existing excel report file and just export some info to a table in some sheet.
Could I manage the excel export transformation and pass the excel file template, instead of create a new Excel file?
Many thanks to all!!
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Yes you can use an existing Excel Sheet by customizing the script performing the generation. On your main view, select the property 'Excel Configuration/Root Script:Main' Then line 10, you can use an existing file: Code:
converter.EPPlusPackage = new ExcelPackage(new FileInfo(myExcelFilePath));
where you set the path in new FileInfo()
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 2/6/2022(UTC) Posts: 1 Location: Lisbon
|
|
|
|
|
Seal Report Forum
»
General
»
General Discussions/Other
»
Excel Converter - Use Excel File Template
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.