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.

Wed Jun 05, 2013 8:27 am

Hi,

i'm evaluating the component Spire.XLS for .NET.
I've downloaded the Spire.XLS for .NET Standard Edition and used the following code :

Code: Select all
        private static void Main(string[] args)
        {
            using (Workbook workbook = new Workbook())
            {
                workbook.LoadFromFile(@"C:\modele_excel.xls");
                Worksheet sheet = workbook.Worksheets[0];
                sheet.SaveToImage("sample.jpg");
            }
        }


Unfortunately, i've a compilation error because SaveToImage method isn't available.
Then i've downloaded the Spire.XLS Pack and it works.

Do you know if it's a limitation of the standard edition ? (I've noticed that Spire.Common Dll isn't available with standard edition).

Thanks for your feedback.

cylagard
 
Posts: 1
Joined: Wed Jun 05, 2013 7:01 am

Wed Jun 05, 2013 9:04 am

Dear cylagard,

Thanks for your inquiry.
Spire.XLS for .NET Standard Edition doesn't support conversion functionality.
I attached a sreenshot to show the differences between Standard Edition and Pack Edition.
And you could get more information in Product Features from the link below.
http://www.e-iceblue.com/Introduce/excel-for-net-introduce.html

There is any issue, please feel free to contact us.

Regards,
Amy
E-iceblue support team
Attachments
1.jpg
1.jpg (207.2 KiB) Viewed 2499 times
User avatar

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

Thu Jun 06, 2013 9:22 am

Dear cylagard,

Have you known the differences between Standard Edition and Pack Edition?
There is any issue, please feel free to contact us.

Regards,
Amy
E-iceblue support team
User avatar

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

Return to Spire.XLS