Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 21,318 for

worksheet

(0.07 sec)
  1. 设置打印区域|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....(); // Accessing the first worksheet in the Workbook file WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/zh/java/set-print-area/
  2. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  3. 使用 Node.js 通过 C++ 处理嵌套评论|Documentation

    使用 Aspose.Cells for Node.js via C++ 管理 Excel 文档中的嵌套评论。学习添加、读取、编辑和删除嵌套评论。...); // Access first worksheet const worksheet = workbook . getWorksheets...const threadedComments = worksheet . getComments (). getThreadedComments...

    docs.aspose.com/cells/zh/nodejs-cpp/threaded-co...
  4. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel Worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....WordArt watermarks on the worksheet in a way that the WordArt...move and position on the worksheet. It is also possible to lock...

    docs.aspose.com/cells/cpp/locking-wordart-water...
  5. 以ODF 1.1、1.2和1.3格式保存,使用Node.js via C++|Document...

    使用Aspose.Cells for Node.js via C++将Excel转换为ODF 1.1、1.2和1.3规范...(); // Access first worksheet const worksheet = workbook . getWorksheets...value in cell A1 const cell = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/save-ods-fi...
  6. 用Node.js通过C++确定Shape是否为智能艺术形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++确定Excel中的形状是否为智能艺术形状。...); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  7. 使用 Node.js via C++ 为图表点添加富文本自定义数据标签|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中为图表点添加富文本自定义数据标签。我们的指南将向您展示如何用不同字体、颜色和对齐方式格式化标签,以增强图表的外观和可读性。...)); // Access first worksheet const worksheet = workbook . getWorksheets...inside the sheet const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/rich-text-c...
  8. 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...
  9. 用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/
  10. 使用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...