Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 102,530 for

workbook

(0.59 sec)
  1. 用C++检查VBA代码是否签名|Documentation

    学习如何用Aspose.Cells在C++中检查Excel文件中的VBA代码是否已签名。...xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...Code Project Signed: " << workbook . GetVbaProject (). IsSigned...

    docs.aspose.com/cells/zh/cpp/check-if-vba-code-...
  2. How to Scale a Worksheet with JavaScript via C+...

    This article shows you code explaining how to scale a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/how-to-sca...
  3. 使用 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...
  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. 通过 Node.js 以 C++ 合并文件|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....对于包含数据、格式和公式的简单文件,可以使用 Workbook.combine(Workbook) 方法合并多个工作簿,使用 Worksheet...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-files/
  7. Convert POT to XLTX via PHP or with free Online...

    PHP API to Convert POT to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free POT to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...POT to XLSB (Excel Binary Workbook) Convert POT to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  8. 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...
  9. 每个 Excel 工作表渲染一个 PDF 页面 使用 C++ 通过 JavaScript 转换...

    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...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Initialize a new Workbook by opening the selected Excel...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  10. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from file input const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/get-all-hi...