Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 30,160 for

worksheet

(0.1 sec)
  1. 用JavaScript通过C++管理评论和笔记|Documentation

    使用Aspose.Cells for JavaScript via C++插入和管理评论或笔记。...add(number, number) 方法(封装在 Worksheet 对象中)在单元格中添加评论。可以通过传递评论索引从...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/javascript-cpp/comment...
  2. Determine if Shape is Smart Art Shape with Node...

    Learn how to determine if a shape in Excel is a Smart Art shape using 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/nodejs-cpp/determine-if-s...
  3. Read and Write Table with Query Table Data Sour...

    Learn how to read and write a table with a QueryTable data source using Aspose.Cells for Node.js via C++....xls" )); const worksheet = workbook . getWorksheets...get ( 0 ); const table = worksheet . getListObjects (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...
  4. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....filename , options ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); std :: cout << worksheet . GetName (). ToUtf8 () <<...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  5. Public API Changes in Aspose.Cells 8.1.0|Docume...

    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....used to specify if hidden worksheets are exported to HTML format...Cells will not export hidden worksheet contents. Please check the...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. 使用Node.js与C++设置工作表中表或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置工作表内表或列表对象的注释。...)); // Access first worksheet. const worksheet = workbook . getWorksheets...or table. const lstObj = worksheet . getListObjects (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-com...
  7. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...Cells中,每个 Worksheet 类都有一个 GetValidations() 属性,该属性表示一组...Create a worksheet and get the first worksheet Worksheet ExcelWorkSheet...

    docs.aspose.com/cells/zh/cpp/data-validation/
  8. 用 JavaScript 和 C++ 显示或隐藏行、列和滚动条|Documentation

    本文演示了如何使用 C++ 的 JavaScript API 编程显示和隐藏 Excel 工作表的行和列,控制滚动条的显示,以及高效隐藏多行多列。...类包含一个 worksheets 集合,允许开发人员访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。 cells 集合提供了多种管理行或列的方法,以下几种为例。...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  9. Using FormulaText function in Aspose.Cells for ...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. Learn to get and set the formula text of cells and save modified Excel files using JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...in cell A1 const cellA1 = worksheet . cells . get ( "A1" ); cellA1...

    docs.aspose.com/cells/javascript-cpp/using-form...
  10. Merge and Unmerge Cells in GridDesktop|Document...

    This article introduces the merge and unmerge features in GridDesktop....and unmerging cells of a worksheet. This feature is useful in...below: Access any desired Worksheet Create a Range of Cells to...

    docs.aspose.com/cells/net/aspose-cells-griddesk...