Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 82,025 for

workbook

(0.18 sec)
  1. Manage Worksheets|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 a new Workbook, create an object of the Workbook class. The...The Workbook class represents an Excel file. Then by using the...

    docs.aspose.com/cells/python-java/manage-worksh...
  2. Open a spreadsheet document from a stream|Docum...

    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.... Workbook . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  3. 用 C++ 将 Excel 转换为 JSON|Documentation

    学习如何使用 Aspose.Cells 和 C++ 将 Excel 文件转换为 JSON。...Json 作为 Workbook.Save 方法的第二个参数传入。您还可以使用 JsonSaveOptions...Cells-for-C // Load your source workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-j...
  4. AutoFit Rows and Columns with C++|Documentation

    This article shows how to autoFit rows, columns, rows of merged cells, and rows in a range of cells using the Aspose.Cells for C++ API....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/cpp/autofit-rows-and-colu...
  5. Set Print Area|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 Workbook workbook = new Workbook (); workbook...Worksheets . Add ( "new sheet" ); workbook . Worksheets . Add ( "second...

    docs.aspose.com/cells/net/set-print-area/
  6. 通过 Node.js 结合 C++ 将 CSV、TSV 和 TXT 转换为 Excel|Doc...

    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.... Csv ); // Create a Workbook object and opening the file...wbCSV = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...
  7. Reading CSV File with Multiple Encodings|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....file into Workbook Workbook workbook = new Workbook ( filePath...); //Save it in XLSX format workbook . save ( filePath + ".out...

    docs.aspose.com/cells/java/reading-csv-file-wit...
  8. Fit All Worksheet Columns on Single PDF Page wi...

    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....instance of Workbook const workbook = new AsposeCells . Workbook ( path...setAllColumnsInOnePa ( true ); // Save Workbook to PDF format by passing the...

    docs.aspose.com/cells/nodejs-cpp/fit-all-worksh...
  9. Print spreadsheets|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 Workbook workbook = new Workbook (); //Obtaining...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/net/print-spreadsheets/
  10. How to check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using C++ with the Aspose.Cells API.... Construct Workbook to open the file. Check whether...Create the workbook from the specified file Workbook workbook ( u "Frozen...

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...