Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 102,147 for

workbook

(0.1 sec)
  1. Find Cells with Specific Style|Documentation

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , FindOptions...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/find-cells...
  2. 使用 Node.js通过 C++ 中的正则表达式替换工作簿中的文本|Documentation

    在 Node.js 通过 C++ 中使用正则表达式替换工作簿中的文本。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...replace . setRegexKey ( true ); workbook . replace ( "\\bKIM\\b" ,...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  3. 用 Node.js 在工作表中移动单元格范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 移动工作表中的单元格范围。...the workbook object. Open the Excel file const workbook = new...AsposeCells . Workbook ( filePath ); const cells = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/move-range-...
  4. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SampleInput...xlsx" ); Worksheet wkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...
  5. Avoid exponential notation of large numbers whi...

    Learn how to avoid exponential notation of large numbers while importing from HTML using Aspose.Cells for C++.... size ())); Workbook workbook ( data , loadOptions );...); Worksheet sheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/cpp/avoid-exponential-not...
  6. Get Pivot Table Refresh Date and Refresh‑by‑Who...

    How to get Pivot Table refresh date and refresh‑by‑who information with Aspose.Cells for JavaScript via C++....refresh‑by‑who information from a workbook. How to Get Pivot Table Refresh..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/get-pivot-...
  7. Get Pivot Table refresh date and refresh‑by‑who...

    Learn how to fetch the refresh date and refresh‑by‑who information from a Workbook using Aspose.Cells with C++....refresh‑by‑who information from a workbook. PivotTable.GetRefreshDate()...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sourcePivotTable...

    docs.aspose.com/cells/cpp/get-pivot-table-refre...
  8. 如何将 Excel 方程导出为其他类型的表达式|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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/export-equa...
  9. Get the Version Number of the Application that ...

    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....JavaScript via C++ provides the Workbook.builtInDocumentPrope property...demonstrates the use of the Workbook.builtInDocumentPrope property...

    docs.aspose.com/cells/javascript-cpp/get-the-ve...
  10. 数据验证|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++添加数据验证。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...it; otherwise create a new workbook const file = fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/data-va...