I am trying to extract data and chart from the numbers file, but it says no data/chart is available.
Code snippet:
LoadOptions opts = new LoadOptions(Aspose.Cells.LoadFormat.Numbers);
var workbook = new Workbook(“numbers_1.numbers”, opts);
foreach (var worksheet in workbook.Worksheets) {
if (worksheet.Cells.MaxDataRow == -1)
Console.WriteLine(“no data”);
foreach (var chart in workSheet.Charts) {
//no chart
}}
@krontala
By using sample files and code for testing, we can reproduce the issue. It was found that no relevant data and chart data were obtained after loading the numbers file.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSNET-54644
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.