Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 30,196 for

worksheet

(0.06 sec)
  1. How to Print|Documentation

    Learn how to configure print settings in the GridJs, including page orientation, paper size, scaling options, page order, and visibility of images/shapes....layout and appearance of the worksheet before sending it to the printer...Page: Shrinks the entire worksheet (width and height) to fit...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  2. How to Print|Documentation

    Learn how to configure print settings in the GridJs, including page orientation, paper size, scaling options, page order, and visibility of images/shapes....layout and appearance of the worksheet before sending it to the printer...Page: Shrinks the entire worksheet (width and height) to fit...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  3. Format Cell|Documentation

    This article introduces how to set or apply style format for a cell (GridCell) in GridWeb.... Access a worksheet. Access the cell you are formatting...control to a Web Form. Access a worksheet. Access the cell you’re about...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. 在PivotTable中添加计算字段(C++)|Documentation

    如何在透视表中添加计算字段 Aspose.Cells for C++。...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...Adding a PivotTable to the worksheet int32_t i = ws . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/add-calculated-fie...
  5. Pivot Filter|Documentation

    Learn how to add a filter in a pivot table with Aspose.Cells Java library....top‑10 filter is added to the worksheet. Sample Code Clear Filter...top‑10 filter is added to the worksheet. After adding a filter, when...

    docs.aspose.com/cells/java/add-or-clear-pivot-f...
  6. 通过 Node.js 使用 C++ 自定义全局化设置的示例|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....CustomPivotTableGlob ()); // Hide first worksheet that contains the data of...false ); // Access second worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/customize-g...
  7. How to Remove Pivot Table using Java

    This quick tutorial guides on how to remove pivot table using Java. It shares programming logic, and a runnable sample code to delete pivot table using Java....tables in it Access the target worksheet where the pivot table is available...PivotTableCollection object in the worksheet Save the workbook with deleted...

    kb.aspose.com/cells/java/how-to-remove-pivot-ta...
  8. How to Merge Cells in Excel using Java

    In this precise tutorial, details are covered about how to merge cells in Excel using Java. You can easily understand how using Java Excel merge cells operation can be performed programmatically with simple API calls....object Get access to the first worksheet and create a Cells class object...You can easily create a new worksheet object for merging cells and...

    kb.aspose.com/cells/java/how-to-merge-cells-in-...
  9. 用JavaScript通过C++打开不同格式的文件|Documentation

    Aspose.Cells for JavaScript通过C++ API允许你打开/读取不同格式的文件,如XLSX、HTML、CSV、ODS、TSV、SXC、FODS等。...loadOptions ); const worksheet = workbook . worksheets . get ( 0 ); const...const sheetName = worksheet . name ; const nameLength = sheetName...

    docs.aspose.com/cells/zh/javascript-cpp/opening...
  10. Cells 25.4创建数据透视表问题 - Free Support Forum - aspo...

    数据透视表,没有列,只有筛选器、行和两个值。生成的数据透视表里,值是多行展示,如何实现按列展示?自动把“数值”挪到列中 image.jpg (115.6 KB) 另外,基于透视表创建出来的透视图,不像正常的透视图一样,可以看到透视表的相关信息,在数据透视表分析下面没有任何可操作项?什么原因? image.jpg (159.8 KB) image.jpg (123.7 KB)...workbook and get the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Add...

    forum.aspose.com/t/cells-25-4/314531