Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 103,733 for

workbook

(0.12 sec)
  1. 使用JavaScript通过C++移动工作表中的单元格范围。|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++移动工作表中的单元格范围。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...the workbook object. Open the Excel file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/move-ra...
  2. Working with the ThreeDFormat of Shape or Chart...

    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....property, and then saves the workbook to the output Excel file (5115410..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  3. Recognise Self Closing Tags with JavaScript via...

    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 , HtmlLoadOptions...Html ); // Instantiating a Workbook object by loading the HTML...

    docs.aspose.com/cells/javascript-cpp/recognise-...
  4. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/javascript-cpp/save-excel...
  5. 编辑工作表的超链接|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中编辑工作表的超链接。..."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/editing...
  6. 使用FormulaText函数在Aspose.Cells与C++中|Documentation

    本文介绍了如何使用Aspose.Cells库中的FormulaText函数处理Microsoft Excel中的公式。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法获取和设置单元格的公式文本并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...(); // Create a workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/using-formulatext-...
  7. 在将电子表格转换为HTML的同时为WordArt渲染渐变填充,使用C++实现|Document...

    学习在使用C++将电子表格转换为HTML时为WordArt渲染渐变填充。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...); // Save workbook to HTML format workbook . Save ( outDir +...

    docs.aspose.com/cells/zh/cpp/render-gradient-fi...
  8. 使用JavaScript通过C++从ODS文件读取图表副标题|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript从OpenDocument Spreadsheet(ODS)文件中读取图表副标题。我们的指南将演示如何提取和访问图表的副标题以便进行进一步分析或显示。..."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/read-ch...
  9. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...errors appear immediately when workbook.save() is executed. The resulting...Source) at com.aspose.cells.Workbook.a(Unknown Source) at com.aspose...

    forum.aspose.com/t/getting-nullpointerexception...
  10. AutoFit Rows and Columns with Node.js via C++|D...

    This article shows how to autoFit rows, columns, rows of merged cells, and rows in a range of cells using Aspose.Cells for Node.js via C++....Cells provides a Workbook class that represents a Microsoft...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-a...