Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 102,333 for

workbook

(0.62 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. Loading and Managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files....New Workbook The following example creates a new workbook from...endl ; } // Instantiate a Workbook object that represents an...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  3. 利用 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-...
  4. Protect and Unprotect Worksheet with JavaScript...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for JavaScript via C++....lines of code to protect the workbook structure of Excel files...."text/javascript" > const { Workbook , SaveFormat , ProtectionType...

    docs.aspose.com/cells/javascript-cpp/protect-an...
  5. 使用C++通过JavaScript更改Excel文本框或形状的字符间距|Documentation

    使用C++的Aspose.Cells for JavaScript,通过JavaScript更改Excel文本框或形状的字符间距。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  6. 用 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...
  7. 在 Apache POI 和 Aspose.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....Cells 提供了一个 Workbook 类,表示 Microsoft Excel 文件。Workbook 类提供了广泛的属性和方法来管理...//Instantiate a new workbook / Open a template file Workbook book = new...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...
  8. Convert-JSON-to-Excel|Documentation

    Learn how to convert JSON to Excel file with Aspose.Cells for Python via .NET API....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/python-net/convert-json-t...
  9. Add Word Art Watermark to Chart|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....new workbook. // Open the existing Excel file. Workbook workbook...workbook = new Workbook ( dataDir + "AsposeChart.xls" ); // Get the...

    docs.aspose.com/cells/java/add-word-art-waterma...
  10. Convert Revision of XLSB to XLSM with C++|Docum...

    Learn to convert revisions of XLSB files into XLSM format using Aspose.Cells with C++....Create workbook from the input file Workbook workbook ( inputFilePath...inputFilePath ); // Save Workbook to XLSM format workbook . Save ( outDir...

    docs.aspose.com/cells/cpp/convert-revision-of-x...