Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 82,029 for

workbook

(0.04 sec)
  1. 用C++合并或取消合并多个工作表成为一个工作表|Documentation

    学习如何用C++和Aspose.Cells将多个工作表合并为一个工作表。...//Create workbook from the input file Workbook workbook ( filePath...//Create a destination workbook Workbook destWorkbook ; //Get the...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  2. Loading and managing Excel, OpenOffice, Json, C...

    With Aspose.Cells, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, Json, XML, Pdf, Jpg, Tiff, Image, Mht, and XPS files using Node.js via C++....New Workbook The following example creates a new workbook from...message ); } // Instantiate a Workbook object that represents Excel...

    docs.aspose.com/cells/nodejs-cpp/loading-saving...
  3. 在 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...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/copying-rows-and-...
  4. Opening Files with Different Formats with Node....

    Aspose.Cells for Node.js via C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc....SpreadsheetML ); // Create a Workbook object and opening the file...wbSpreadSheetML = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/nodejs-cpp/opening-files-...
  5. Copying and Moving 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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets, complete with...

    docs.aspose.com/cells/python-java/copying-and-m...
  6. 从xlsx4j工作表中导出数据|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....dataDir + "workbook.xls" ); //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook ( fstream ); //Accessing the...

    docs.aspose.com/cells/zh/java/export-data-from-...
  7. 在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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  8. 在Python中显示或隐藏滚动条|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.... Python 代码 workbook = self . Workbook ( self . dataDir...scroll bar of the Excel file workbook . getSettings () . setVScrollBarVisible...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  9. AutoFit Rows for Rendering with C++|Documentation

    Learn how to autofit rows for rendering in Excel files using Aspose.Cells with C++....// Initialize workbook instance Workbook workbook ( u "Book1.xlsx"...Autofit rows with options workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/autofit-rows-for-rend...
  10. Get Text Width of Cell Value with C++|Documenta...

    Learn how to Get Text Width of Cell Value through the Aspose.Cells for C++ API....Create workbook from the specified Excel file Workbook workbook...CellsHelper :: GetTextWidth ( workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-text-width-of-cel...