I have an Xlsx file that I want to open, fill it with data from the database, and then save it as a PDF on the client. The process will create about 100 files at a time.
I searched the net and realized that Excel Interop should no longer be used. Should I use the XML SDK?
I cannot use third-party products or APIs. This is either using Interop or XML, but just looking for coding suggestions. I have an Adobe pro license and they are used by Office Automation to save Excel files in PDF format.
What are my options? Any recommendation would be greatly appreciated.
source
share