Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 102,517 for

workbook

(0.56 sec)
  1. Get Text Width of Cell Value|Documentation

    Learn how to get the text width of a cell value through Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/get-text-w...
  2. Convert Excel to CSV, TSV and Txt with JavaScri...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for JavaScript via C++.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  3. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Cells提供 Workbook::AddDigitalSignature(DigitalSignatureColl...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook::AddDigitalSignature 在已签名...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  4. How to change background in comment in Excel wi...

    How to change color in a comment and insert a picture or image in a comment in Excel using Aspose.Cells for JavaScript via C++....is used to initialize the Workbook object in the code below...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  5. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....properties while converting a workbook to HTML. The 8.6.0 version...properties. After converting a workbook to HTML, the output file will...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  6. 利用 C++ 和 Node.js 导出与 XML 映射关联的 XML 数据到 Excel 工作...

    学习如何使用 Aspose.Cells for Node.js via C++ 导出工作簿中与 XML 映射关联的 XML 数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook.exportXml() 方法导出工作簿内与XML映...Instantiating a Workbook object. const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/export-xml-...
  7. 动态计算或重新计算公式|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  8. 用 C++ 实现非连续范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 创建非邻接单元格的命名范围。...); // Create a new workbook Workbook workbook ; // Adding a Name...sequenced range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/zh/cpp/implementing-non-s...
  9. Unfreeze Rows or Columns of an Excel Worksheet ...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using the Aspose.Cells for C++ API.... Construct a Workbook object to open the frozen...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/cpp/unfreeze-rows-or-colu...
  10. Load Source Excel File Without Charts with Node...

    Learn how to load an Excel file without charts using Aspose.Cells for Node.js via C++....the workbook with specified load options const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "chart.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/load-source-ex...