Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Mon Jan 21, 2019 1:09 pm

Exception Stack :
at spr861..ctor()
at spr3720..ctor()
at spr5431..ctor()
at Spire.Xls.Workbook..ctor()


here is my code:
Spire.Xls.Workbook workbook = new Spire.Xls.Workbook(); ---here throw Exception
workbook.LoadFromFile(sourceFilePath);
Spire.Xls.Worksheet sheet = workbook.Worksheets[0];
sheet.SaveToImage(targetFilePath);

Modest
 
Posts: 1
Joined: Mon Jan 21, 2019 8:50 am

Tue Jan 22, 2019 3:51 am

Hi Modest,

Thanks for your inquiry.
Please also reference Spire.Pdf.dll from the same folder as Spire.XLS.dll into your project.
If you have any question, please feel free to contact us.

Sincerely,
Anna
E-iceblue support team
User avatar

Anna.Zhang
 
Posts: 73
Joined: Thu Sep 27, 2018 3:20 am

Tue Jan 29, 2019 9:20 am

Hi,

Greetings from E-iceblue.
How is your issue going?
Could you please give us some feedback at your convenience? Thanks in advance.

Sincerely,
Anna
E-iceblue support team
User avatar

Anna.Zhang
 
Posts: 73
Joined: Thu Sep 27, 2018 3:20 am

Return to Spire.XLS