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.

Fri Sep 25, 2015 5:38 pm

Is there anyway to uncheck the scale with document option in the header and footer options of excel using spire xls?

Image

jkerb135
 
Posts: 9
Joined: Thu Sep 24, 2015 3:10 pm

Mon Sep 28, 2015 6:17 am

Hello,

Thanks for your inquiry.
Sorry that our Spire.Xls doesn't support the feature at present, but we have added it into our schedule. We will inform you when it is supported.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2774
Joined: Wed Jun 27, 2012 8:50 am

Fri Oct 23, 2015 9:03 am

Hello,

Thanks for waiting.
The feature has been supported. Welcome to download and test Spire.XLS Pack Hotfix Version:7.8.43 .
Downloading link is http://www.e-iceblue.com/Download/downl ... t-now.html.
Code: Select all
Worksheet sheet = wb.Worksheets[0];
   //0 is false, 1 is true
     sheet.PageSetup.ScaleWithDoc = 0;


Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2774
Joined: Wed Jun 27, 2012 8:50 am

Tue Nov 03, 2015 3:35 am

Hello,

Has your issue been resolved?
Thanks for your feedback.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2774
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.XLS