Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 82,029 for

workbook

(0.09 sec)
  1. 在PHP中显示或隐藏网格线|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 by excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/zh/java/display-or-hide-g...
  2. Public API Changes in Aspose.Cells 8.5.0|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....CalcStackSize of corresponding workbook. CalculationOptions.CustomFunction:...CalculateFormula method as listed below. Workbook.CalculateFormula(CalculationOptions)...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Public API Changes in Aspose.Cells 8.4.0|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....//Create workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. 在单元格中添加数据|Documentation

    本文介绍了如何使用Aspose.Cells for .NET API向单元格中添加数据。...Cells提供了一个代表Microsoft Excel文件的Workbook类。Workbook类包含一个允许访问Excel文件中每个工作...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    docs.aspose.com/cells/zh/net/add-data-in-cells/
  5. Load or Import CSV file with Formulas via Node....

    Learn how to load and import CSV files containing formulas using Aspose.Cells for Node.js via C++....); let workbook = new AsposeCells . Workbook (); workbook . open..."path/to/your/file.csv" , loadOptions ); workbook . save ( "path/to/output.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/load-or-import...
  6. Saving File to Response Object with C++|Documen...

    Learn how to save files dynamically and send them directly to a client browser using Aspose.Cells for C++....); // Create a new workbook Workbook workbook ; // Save in Excel2003...XlsSaveOptions saveOptions ; workbook . Save ( outputPath , saveOptions...

    docs.aspose.com/cells/cpp/saving-file-to-respon...
  7. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells for Node.js via C++. Set various reflection properties to achieve desired results....getReflection() class and then saves the workbook in the output excel file ...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  8. 通过 C++ 使用 Node.js 将 JSON 转换为 CSV|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将JSON数据转换为CSV。...empty workbook const workbook = new AsposeCells . Workbook ();...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-jso...
  9. 在工作簿之间复制工作表|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....between Workbook.xlsx" ; //Create a new Workbook. Workbook excelWorkbook0...excelWorkbook0 = new Workbook (); //Get the first worksheet in the...

    docs.aspose.com/cells/zh/net/copy-worksheets-be...
  10. Saving Files in Jython|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 import Workbook from com . aspose . cells...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/java/saving-files-in-jython/