Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 633 for

pivot table refresh

(0.5 sec)
  1. Specify whether the PivotTable is compatible fo...

    Learn how to specify PivotTable compatibility for Excel2003 using Aspose.Cells for C++ while Refreshing the PivotTable....compatible for Excel2003 while refreshing PivotTable with C++ Contents...compatible for Excel2003 while refreshing the PivotTable. If true ...

    docs.aspose.com/cells/cpp/specify-whether-the-p...
  2. Get the Cell object by DisplayName of PivotFiel...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....by the display name of the pivot field. This method is useful...to highlight or format your pivot field header. This article explains...

    docs.aspose.com/cells/java/get-the-cell-object-...
  3. Public API Changes in Aspose.Cells 8.4.0|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsm" ); Ability to Remove Pivot Table Aspose.Cells for Java 8.4...to provide the feature of Pivot Table removal from a given spreadsheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Show report filter pages option|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Excel supports creating pivot tables, adding report filters,...Pages” option on the created pivot table. The following is a screen...

    docs.aspose.com/cells/javascript-cpp/show-repor...
  5. 刷新和计算包含计算项的数据透视表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....以下示例代码加载了包含三个计算项(如"add"、“div”、“div2”)的Pivot表的 源Excel文件 。我们首先将单元格D2的值改为20,然后使用Aspose...for JavaScript通过C++ API刷新和计算Pivot表,并以PDF格式保存工作簿。结果显示在 输出PDF ,证明Aspose...

    docs.aspose.com/cells/zh/javascript-cpp/refresh...
  6. 用 C++ 查找并刷新父数据透视表的嵌套或子数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 查找和刷新父数据透视表的嵌套或子数据透视表。...Get ( 0 ); // Access third pivot table PivotTable ptParent = ws...the children of the parent pivot table Vector < PivotTable > ptChildren...

    docs.aspose.com/cells/zh/cpp/find-and-refresh-t...
  7. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells....filter data both in a table and a pivot table. Microsoft Excel allows...slicer by selecting a table or pivot table and then clicking Insert...

    docs.aspose.com/cells/python-net/create-slicer/
  8. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...namespace Aspose :: Cells :: Pivot ; std :: string Date_To_String...0 ); std :: cout << "Pivot table refresh by who = " << convert_u16_to_string...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  9. 在加载 Excel 文件时解析数据透视缓存记录(C++)|Documentation

    学习如何在加载 Excel 文件时解析数据透视缓存记录,使用 Aspose.Cells for C++。...sample Excel file containing pivot table cached records U16String...Get ( 0 ); // Access first pivot table PivotTable pt = ws . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/parsing-pivot-cach...
  10. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for Node.js via C++....filter data both in a table and a pivot table. Microsoft Excel allows...slicer by selecting a table or pivot table and then clicking Insert...

    docs.aspose.com/cells/nodejs-cpp/create-slicer/