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

workbook

(0.46 sec)
  1. Export Excel to HTML with GridLines with Golang...

    Learn how to export Excel files to HTML with gridlines using Aspose.Cells for C++....following sample code creates a workbook, fills its worksheet with...Golang via C++ Export Document Workbook and Worksheet Properties in...

    docs.aspose.com/cells/go-cpp/export-excel-to-ht...
  2. Add Icons to Worksheet with JavaScript via C++|...

    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 , Color } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/insert-svg...
  3. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。...Cells-for-C // Create a workbook. Workbook workbook ; // Create a new...style object. Style style = workbook . CreateStyle (); // Set the...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...
  4. 在输出的HTML中单独导出工作表CSS,使用JavaScript via C++。|Docum...

    学习如何在将Excel文件转换为HTML时单独导出工作表CSS,使用Aspose.Cells for JavaScript via C++。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...// Create a new workbook const wb = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  5. 通过 C++ 在 Node.js 中为命名区域设置公式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 为电子表格中的命名区域设置公式。...instance of Workbook const book = new AsposeCells . Workbook (); //..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-for...
  6. Convert Chart to Image for Chinese Region with ...

    Learn how to use Aspose.Cells for JavaScript via C++ to configure charts for Chinese characters and formats, including fonts, sizes, text directions, and more...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  7. Update references in other worksheets while del...

    Learn how to maintain references in other worksheets when deleting blank columns and rows in a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells... arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/update-ref...
  8. Merge two adjacent cells|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 . Descendants < Sheet >()...Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  9. 使用Node.js通过C++计算Excel 2016中的MINIFS和MAXIFS函数|Doc...

    本文介绍如何使用Aspose.Cells库在Microsoft Excel 2016中通过Node.js的C++调用来计算MINIFS和MAXIFS函数。加载现有Excel文件或创建新文件,然后使用Aspose.Cells的方法计算这些函数并将结果保存到磁盘。...2016的MINIFS和MAXIFS函数 以下示例代码加载 示例Excel文件 ,调用 Workbook.calculateFormula() 方法,通过Aspose...xlsx" ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/zh/nodejs-cpp/calculation...
  10. Calculate the sum of a range of cells|Documenta...

    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 . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/calculate-the-sum-of-...