Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 44,561 for

workbook

(0.1 sec)
  1. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...Instantiate a new Workbook. Workbook workbook ( u "Book1.xlsx"...worksheet in the workbook. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...
  2. 在 Ruby 中插入和删除行和列|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 = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  3. Setting Print Options with Node.js via C++|Docu...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Node.js API and C++ Library. You can set the Print Area, Print Titles, and Page Order....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the PageSetup...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  4. 在 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/autofit-rows-and-...
  5. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....your source workbook Workbook workbook = new Workbook ( filePath...inside workbook data array for ( int idx = 0 ; idx < workbook . Worksheets...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  6. 通过 Node.js 加载或导入带有公式的 CSV 文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载和导入包含公式的 CSV 文件。...); let workbook = new AsposeCells . Workbook (); workbook . open..."path/to/your/file.csv" , loadOptions ); workbook . save ( "path/to/output.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/load-or-imp...
  7. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLT...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlt/
  8. 文本换行|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text/
  9. Create Union Range with Node.js via C++|Documen...

    Learn how to create a Union Range using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/create-union-r...
  10. 在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 java . io import FileInputStream...Instantiating a Workbook object with the stream workbook = Workbook ( fstream...

    docs.aspose.com/cells/zh/java/removing-workshee...