Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 21,129 for

worksheet

(0.38 sec)
  1. Apache POI和Aspose.Cells中的冻结窗格|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.... 工作表由 Worksheet 类表示。Worksheet类提供了广泛的属性和方法来管理工作表。...要配置冻结窗格,请调用Worksheet类的freezePanes方法。因此,FreezePanes方法接受以下参数: 行...

    docs.aspose.com/cells/zh/java/freeze-panes-in-a...
  2. How to Set Print Titles|Documentation

    This article shows you code explaining how to set print titles using Aspose.Cells library.... When you print the worksheet, the specified rows or columns...print titles in a specified worksheet: First, load the sample file...

    docs.aspose.com/cells/net/how-to-set-print-titles/
  3. 通过 xlsx4j 在电子表格中添加图像|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....workbook = new Workbook (); Worksheet sheet = workbook . getWorksheets...column indices //are 5 in the worksheet. It is "F6" cell int pictureIndex...

    docs.aspose.com/cells/zh/java/add-images-in-spr...
  4. 通过Node.js与C++指定数据范围和切片群组位置,复制Sparkline。|Documen...

    学习如何使用Aspose.Cells for Node.js via C++通过指定数据范围和切片群组位置在Excel中复制Sparkline。...)); // Access first worksheet const worksheet = workbook . getWorksheets...sparkline group const group = worksheet . getSparklineGroups (). get...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-sparkl...
  5. 用C++绘制时间线|Documentation

    在C++中使用Aspose.Cells管理Excel文件的时间线。...); // Access second worksheet. Worksheet sheet = workbook . GetWorksheets...first Timeline inside the worksheet. Timeline timeline = sheet...

    docs.aspose.com/cells/zh/cpp/rendering-timeline/
  6. 使用C++的Node.js计算数据表数组公式|Documentation

    如何使用Aspose.Cells库对Microsoft Excel中的数据表数组公式进行计算。加载或创建Excel文件,计算数组公式,然后保存修改后的文件。...)); // Access first worksheet const worksheet = workbook . getWorksheets...as Yellow will become 120 worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/zh/nodejs-cpp/calculation...
  7. Manage Smart Art|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 WordArt Watermark to Worksheet Data in Non-Primitive Shape...

    docs.aspose.com/cells/net/managing-smartart/
  8. 使用 PageIndex 和 PageCount 属性在 Node.js 中渲染页面序列|Do...

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 文件的特定页面渲染为图像。...Access the first worksheet const worksheet = workbook . getWorksheets...AsposeCells . SheetRender ( worksheet , opts ); // Print all the...

    docs.aspose.com/cells/zh/nodejs-cpp/render-sequ...
  9. Optimizing Memory Usage while Working with Big ...

    Learn how to optimize memory usage when working with large Excel files using Aspose.Cells with C++....write a large dataset to a worksheet in an optimized mode. #include...take effect for the existing worksheets that are created before using...

    docs.aspose.com/cells/cpp/optimizing-memory-usa...
  10. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。...Access the first worksheet const worksheet = workbook . getWorksheets...Access cells const cell1 = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...