Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 103,700 for

workbook

(0.16 sec)
  1. 使用JavaScript通过C++更新Power Query公式项。|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel文件中更新Power Query公式项的数据源。...Example </ h1 > < p > Select the workbook containing Power Query formulas...formulas and an optional source workbook to reference in the "Source"...

    docs.aspose.com/cells/zh/javascript-cpp/update-...
  2. 格式化数据透视表单元格|Documentation

    如何使用C++的Aspose.Cells for JavaScript对数据透视表单元格进行格式化。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  3. Create and Manage Chart with Node.js via C++|Do...

    Learn how to use Aspose.Cells for Node.js to create charts in Microsoft Excel. Our guide will demonstrate various chart types and how to customize their appearance and formatting....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/creating-charts/
  4. Pivot Filter with C++|Documentation

    Learn how to add a filter in a pivot table with Aspose.Cells using C++.... Finally, it saves the workbook in the output XLSX format...(); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/add-or-clear-pivot-fi...
  5. 查找或搜索数据|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++查找或搜索包含指定数据的单元格。...Cells 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Workbook..."text/javascript" > const { Workbook , SaveFormat , FindOptions...

    docs.aspose.com/cells/zh/javascript-cpp/find-or...
  6. LET function #NAME error - Free Support Forum -...

    We are getting a couple of errors due to the LET function after calling wb.CalculateFormula(ignoreError: true). We are using version 25.9 of Aspose.Cells When using an xlsb Workbook format with a LET function and call…...Cells When using an xlsb workbook format with a LET function...errors. When using a xlsx workbook with a nested LET function...

    forum.aspose.com/t/let-function-name-error/319910
  7. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls" ; // Create workbook Workbook workbook ( inputFilePath );...second sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/controls-in-charts/
  8. 使用JavaScript通过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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/tables-...
  9. 用C++释放工作簿的未管理资源|Documentation

    学习如何使用Aspose.Cells和C++释放工作簿的未管理资源。...Cells 提供 Workbook.Dispose() 方法用于释放 Workbook 对象的非托管资源。Dispose...使用的托管对象方面非常高效,但无法回收非托管对象。 Workbook 对象现在实现了 IDisposable 接口,它只有一个方法...

    docs.aspose.com/cells/zh/cpp/release-unmanaged-...
  10. Convert Text Numeric Data to Number with C++|Do...

    Learn how to convert numbers stored as text in Excel to numbers by using the Aspose.Cells for C++ API....02_OutputDirectory \\ " ); // Instantiate workbook object with an Excel file...u "SampleBook.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/convert-text-numeric-...