Navegue pelos nossos produtos

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Cells para .NET 22.11

Download  Fórum de suporte 

Detalhes do arquivo

  • Downloads:
  • 3
  • Tamanho do arquivo:
  • 54.66MB
  • data adicionada:
  • 10/11/2022

Descrição

Aspose.Cells para .NET 22.11

Detalhes do arquivo

Support to Copy Pivot Table Timeline

The API already supports creating / inserting timeline related to a pivot table. However, now with this API release the support has been extended further to copying pivot table timeline.

The following C# sample code demonstrates how to add timeline in relevance to a pivot table within an Microsoft Excel® file via API:

// Load sample Excel file containing pivot table.
Workbook wb = new Workbook("input.xlsx");
// Access second worksheet.
Worksheet sheet = wb.Worksheets[1];

// Access first pivot table inside the worksheet.
PivotTable pivot = sheet.PivotTables[0];

// Add timeline relating to pivot table
int index = sheet.Timelines.Add(pivot, 15, 1, "Ship Date");

// Access the newly added timeline from timeline collection.
Timeline timeline = sheet.Timelines[index];

wb.Save("output.xlsx");

Distinguish in CSE Legacy & Normal Array Formula

Ability to distinguish or differentiate between Ctrl+Shift+Enter (CSE) legacy array formula and normal array formula.

Parsing a Collapsed Property

This API release offers the ability to parse collapsed property while converting HTML to Excel® format.

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.Cells for .NET 22.11 Notas de liberação.

 Português