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 Oct 12, 2020 6:28 pm

Can I work with excel documents using Spire.Xls on a PC that does not have MS Office installed?

If so, will it update/recalculate formula's in Excel worksheets being edited on that PC using Spire.xls if "workbook.CalculateAllValue()" is used before saving the work book?

Thanks.

skyfox1964
 
Posts: 9
Joined: Sun Oct 11, 2020 2:30 pm

Tue Oct 13, 2020 6:43 am

Hello,

Thanks for your inquiry.
Yes. Our Spire.XLS is a standalone managed assembly and does not depend on Microsoft Office Excel. And you can update/recalculate formula's in Excel by the code:
Code: Select all
workbook.CalculateAllValue();


Sincerely,
Lily
E-iceblue support team
User avatar

Lily_chen
 
Posts: 2
Joined: Sat Oct 10, 2020 8:43 am

Thu Oct 15, 2020 8:37 pm

Thanks Lily.

skyfox1964
 
Posts: 9
Joined: Sun Oct 11, 2020 2:30 pm

Fri Oct 16, 2020 1:18 am

Hello,

You are welcome.
If you encounter any issues related to our product in the future, just feel free to contact us.
Wish you all the best!

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.XLS