Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 87,167 for

workbook

(0.07 sec)
  1. XLS data is changed after loading and saving ba...

    Hi Aspose team, I’m encountering an issue where data in an .xls file changes after I load and save it. For example, the number in a text box is 125 in the original file but becomes 145 after saving. To investigate furt…...code: var workbook = new Workbook(@“D:\input.xls”); workbook.Save(@“D:\output...Save Formats : Try saving the workbook in a different format (e.g...

    forum.aspose.com/t/xls-data-is-changed-after-lo...
  2. Add Conditional Icons Set with the Cell Text us...

    Learn how to add conditional icons next to the cell text using Aspose.Cells for Node.js via C++. Enhancing the meaning of data through icons....new Workbook const workbook = new AsposeCells . Workbook ();...worksheet) in the workbook const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/add-conditiona...
  3. How to create a tornado chart with Node.js via ...

    Learn how to create a tornado chart with Aspose.Cells for Node.js via C++ API.... Finally, it saves the workbook to output XLSX format . The..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/create-tornado...
  4. 使用C++设置强加密类型|Documentation

    了解如何使用Aspose.Cells与C++对Excel文件应用强加密和密码保护。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...Strong Cryptographic Provider) workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/zh/cpp/setting-strong-enc...
  5. Copy and Move Worksheets Within and Between Wor...

    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....Worksheets Within and Between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/java/copy-and-move-worksh...
  6. Aspose.Cells 8.3.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 Workbook workbook = new Workbook (); //Insert...of your choice int index = workbook . Worksheets [ 0 ]. Pictures...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. 使用C++设置工作簿的公式计算模式|Documentation

    本文介绍如何使用C++通过Aspose.Cells库设置Microsoft Excel中工作簿的公式计算模式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法设置公式计算模式并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...xlsx" ; // Create a workbook Workbook workbook ; // Set the Formula...Calculation Mode to Manual workbook . GetSettings (). GetFormulaSettings...

    docs.aspose.com/cells/zh/cpp/setting-formula-ca...
  8. 如何将 Excel 方程导出为其他类型的表达式|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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/export-equa...
  9. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/tr/python-java/pyinstalle...
  10. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/es/python-java/pyinstalle...