logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
paulojcc  
#1 Posted : Sunday, February 6, 2022 12:48:26 PM(UTC)
paulojcc

Rank: Newbie

Groups: Registered
Joined: 2/6/2022(UTC)
Posts: 1
Portugal
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!!

epf  
#2 Posted : Monday, February 7, 2022 8:07:59 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

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()
paulojcc  
#3 Posted : Monday, February 7, 2022 6:00:15 PM(UTC)
paulojcc

Rank: Newbie

Groups: Registered
Joined: 2/6/2022(UTC)
Posts: 1
Portugal
Location: Lisbon

Thank you Epf!
Users browsing this topic
Guest
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.