Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Save as pdf using ClosedXML

Does ClosedXML have any function that can be used to save an excel file as PDF?

Currently i am using ClosedXML to create and populate the excel file and then using Interop to save as PDF.
But since Interop depends on the MS Office installed on the syatem the formatting changes on every version of MS Office. And since ClosedXML doesnt require having MS office installed it would be nice to be able to export or save as PDF directly from it without using Interops.

like image 844
ilmenite Avatar asked Mar 24 '17 13:03

ilmenite


1 Answers

Does ClosedXML have any function that can be used to save an excel file as PDF?

No.

like image 67
Francois Botha Avatar answered Oct 29 '22 12:10

Francois Botha