Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 102,524 for

workbook

(0.21 sec)
  1. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlLoadOptions...deleteRedundantSpace = true ; // Create workbook from stream with HTML load...

    docs.aspose.com/cells/javascript-cpp/delete-red...
  2. Converting Excel Files to HTML in Python|Docume...

    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.... SaveFormat workbook = self . Workbook ( self . dataDir...document in **HTML** format workbook . save ( self . dataDir +...

    docs.aspose.com/cells/java/converting-excel-fil...
  3. 使用JavaScript通过C++替换Smart Art中的文本|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++替换Smart Art中的文本..."text/javascript" > const { Workbook , SaveFormat , OoxmlSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  4. 在Excel工作簿内复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for C++在Excel工作簿中复制和移动工作表。...); // Create workbook from input file Workbook excelWorkbook1...worksheet (index 2) within the workbook worksheets . AddCopy ( worksheets...

    docs.aspose.com/cells/zh/cpp/copy-and-move-work...
  5. Encrypting Excel Files in Aspose.Cells|Document...

    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....Instantiate a Workbook object. // Open an Excel file. Workbook workbook...workbook = new Workbook ( "Book1.xls" ); // Specify XOR encryption...

    docs.aspose.com/cells/net/encrypting-excel-file...
  6. Aspose.Cells 8.5.2中的公共API更改|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....//Create workbook object from source file Workbook workbook = new...new Workbook ( "source.xlsx" ); //Access first worksheet Worksheet...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...( customEngine . get ()); workbook . CalculateFormula ( calculationOptions...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  8. 使用 Node.js 和 C++ 替换工作表中文本框内的标签为文本|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 替换工作表中文本框内的标签为文本..."1$ys" ; const workbook = new AsposeCells . Workbook ( filePath );...forEach (( item , index ) => { workbook . replace ( `< ${ item } >`...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tag...
  9. 入门|Documentation

    通过 C++ 设置 Aspose.Cells for JavaScript 的安装指南和配置...."text/javascript" > const { Workbook , FileFormatType , SaveFormat...Create a new workbook var workbook = new Workbook ( FileFormatType...

    docs.aspose.com/cells/zh/javascript-cpp/getting...
  10. Get Warnings while Loading Excel File with Java...

    Learn how to capture warnings while loading an Excel file using Aspose.Cells for JavaScript via C++. Handle corrupt but loadable Workbooks effectively....Sometimes the user tries to load a workbook which is somewhat corrupt...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/javascript-cpp/get-warnin...