Hi,
Sorry found a new problem with deleting and adding dataareas, if i have one dataarea delete it and add it again then it is duplicated.
Best regards,
Willem-Jan
Hi,
Hi Willem-Jan,
Hi,
Please download and try our latest fix/version: Aspose.Cells for Java v7.7.0.4
Please change the sample
codes as follows:
e.g.
sheet.Cells.ClearRange(pivotTable.RowRange);
sheet.Cells.ClearRange(pivotTable.ColumnRange);
sheet.Cells.ClearRange(pivotTable.DataBodyRange);
if (pivotTable.DataField != null)
{
pivotTable.RemoveField(PivotFieldType.Data, pivotTable.DataField);
}
pivotTable.AddFieldToArea(PivotFieldType.Data, "Betrag Netto FW");
to:
pivotTable.ClearData();
pivotTable.DataFields.Clear();
pivotTable.AddFieldToArea(PivotFieldType.Data, "Betrag Netto FW");
Thanks that is really fast, the only problem is i don’t use java i need .net dll’s.
Hi,
Thanks! It works
Hi,
The issues you have found earlier (filed as CELLSNET-42149) have been fixed in this update.
Hi,
Thanks for using Aspose.Cells.
Please download and try this fix: Aspose.Cells
for .NET v8.0.1.1 for your issue CELLSNET-42269 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-42269) have been fixed in this update.