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 Sep 21, 2016 4:09 pm

Hello,

I make diffrents validation test to integrate Spire XLS and i arrive to Sparklines.
I don't have problem to create Sparklines but i can't delete or edit them.

When i load file, i can't browse sparklinegroups.

Code: Select all
var workbook = new Workbook();
workbook.LoadFromFile(@"Exemple.xlsx");

Worksheet sheet = workbook.Worksheets[0];

foreach (ISparklineGroup sparklineGroup in sheet.SparklineGroups.ToList())
    Console.WriteLine(@"I have SparkLines");


Maybe i make something wrong...

Thanks for your help.
Attachments
Exemple.rar
(5.36 KiB) Downloaded 281 times

VincentB
 
Posts: 120
Joined: Thu Sep 15, 2016 9:44 am

Thu Sep 22, 2016 2:34 am

Dear VincentB,

Thanks for your feedback.
I have noticed the issue and posted it to our Dev team. We will let you know once there is any progress.
Sorry for inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Nov 09, 2016 7:29 am

Dear VincentB,

Thanks for your waiting.
Now the issue has been resolved in Spire.XLS Pack Hotfix Version:7.11.13, welcome to test it.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Nov 18, 2016 1:40 pm

It works perfectly !!

Thanks

VincentB
 
Posts: 120
Joined: Thu Sep 15, 2016 9:44 am

Mon Nov 21, 2016 1:29 am

Dear VincentB,

Thanks for the feedback.
Welcome to write to us again for further question.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.XLS