Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 21,313 for

worksheet

(0.11 sec)
  1. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...as Yellow will become 120 worksheet . GetCells (). Get ( u "B1"...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...
  2. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.Cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value in cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  3. 使用C++处理数据透视表的数据字段显示格式|Documentation

    学习如何使用Aspose.Cells for C++操作数据透视表中数据字段的显示格式。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...PivotTable PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/working-with-data-...
  4. 使用 C++ 通过 Node.js 导出带有 viewBox 属性的 SVG 图表|Docum...

    学习如何使用 Aspose.Cells for Node.js via C++ 导出带有 viewBox 属性的 SVG 格式图表。...)); // Access first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/nodejs-cpp/export-char...
  5. 在 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....the first worksheet in the book Worksheet worksheet = workbook...0 ); //Set the tab color worksheet . setTabColor ( Color . getRed...

    docs.aspose.com/cells/zh/java/set-worksheet-tab...
  6. 如何用C++创建甘特图|Documentation

    学习如何使用Aspose.Cells for C++ API创建甘特图。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Chart int32_t chartIndex = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/how-to-create-gant...
  7. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts in Node.js using Aspose.Cells for Node.js via C++....first shape in the first worksheet and sets the sub-properties...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  8. Add Pivot Connection with Node.js via C++|Docum...

    Learn how to add pivot connection using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/nodejs-cpp/add-pivot-conn...
  9. Remove Pivot Connection with Node.js via C++|Do...

    Learn how to remove pivot connection using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/nodejs-cpp/remove-pivot-c...
  10. Showing Cell Range as the Data Labels with Node...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Access the first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/showing-cell-r...