Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 21,315 for

worksheet

(0.07 sec)
  1. 用 C++ 从 ODS 文件读取图表字幕|Documentation

    学习如何使用 Aspose.Cells for C++ 从 OpenDocument Spreadsheet (ODS) 文件中读取图表字幕。我们的指南将演示如何提取和访问图表字幕以进行进一步分析或显示。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/read-chart-subtitl...
  2. Import and Export Data|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.... Import Data into Worksheet Data represents the world...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/import-and-export-data/
  3. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/cpp/comments-and-notes/
  4. Change Slicer Properties with Node.js via C++|D...

    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....)); // Access first worksheet. const worksheet = workbook . getWorksheets...table inside the worksheet. const table = worksheet . getListObjects...

    docs.aspose.com/cells/nodejs-cpp/change-slicer-...
  5. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Access first worksheet of the workbook Worksheet worksheet = workbook...Print worksheet name cout << "Sheet Name: " << worksheet . GetName...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  6. 用Node.js和C++计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 Node.js API 与 C++ 一起,编程计算 Excel 工作表的页面设置缩放比例,采用“适合 n 页宽 m 页高”的选项。...); // Access first worksheet const worksheet = workbook . getWorksheets...some data in these cells worksheet . getCells (). get ( "A4"...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-p...
  7. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...一个工作表由 Worksheet 类表示。 Worksheet 提供不同的方法,用以向Excel文件添加不同的超链接。...提供不同的方法,用以向Excel文件添加不同的超链接。 添加指向URL的链接 Worksheet 类包含一个 GetHyperlinks() 集合。每个 GetHyperlinks()...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  8. Advanced Protection Settings since Excel XP|Doc...

    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....you can allow or restrict worksheets features or apply a password...password to the worksheet. Advanced Protection Settings Using Aspose...

    docs.aspose.com/cells/net/advanced-protection-s...
  9. 在C++中添加带条件图标集的单元格文本|Documentation

    学习如何使用Aspose.Cells和C++在Excel中在单元格文本旁添加条件图标。...// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/zh/cpp/add-conditional-ic...
  10. 使用 C++ 通过 Node.js 管理图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在电子表格中添加和定位图片。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pi...