Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 20,103 for

worksheet

(0.31 sec)
  1. 在 Jython 中冻结窗格|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 Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Applying...

    docs.aspose.com/cells/zh/java/freeze-panes-in-j...
  2. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells with C++.... The first worksheet of the charts workbook - stacked...Second worksheet of charts workbook - line First worksheet of the...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  3. 用C++生成工作表缩略图|Documentation

    使用Aspose.Cells for C++生成Excel工作表的缩略图作为图像。...Access first worksheet WorksheetCollection worksheets = book . GetWorksheets...GetWorksheets (); Worksheet sheet = worksheets . Get ( 0 ); //...

    docs.aspose.com/cells/zh/cpp/generate-thumbnail...
  4. 如何用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...
  5. 使用C++为图表点添加富文本自定义数据标签|Documentation

    了解如何在Aspose.Cells for C++中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同的字体、颜色和对齐选项来格式化标签,提升图表的外观和易读性。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...inside the sheet Chart chart = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/rich-text-custom-d...
  6. 用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...
  7. 使用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-...
  8. 使用 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...
  9. 使用 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...
  10. Excel Specifications and Limits|Documentation

    In this article, find all workbook, Worksheet, and feature specifications and limits. In Excel 2010, the maximum Worksheet size is 1,048,576 rows by 16,384 columns....Limits for Newer versions Worksheet and workbook specifications...of rows and columns on a worksheet 1,048,576 rows by 16,384 columns...

    docs.aspose.com/cells/net/excel-specifications-...