Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 82,029 for

workbook

(0.09 sec)
  1. Copying Rows and Columns 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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/copying-rows-and-col...
  2. Delete Named Ranges with Node.js via C++|Docume...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Node.js via C++....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Deletes...

    docs.aspose.com/cells/nodejs-cpp/delete-named-r...
  3. 在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....Cells提供了一个代表Excel文件的 Workbook 类。 Workbook 类提供了广泛的属性和方法来管理Exce...制Excel文件中滚动条的可见性,开发人员可以使用 Workbook 类的 setVScrollBarVisible 和...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  4. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. The following code snippet...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  5. 删除命名范围|Documentation

    您可以学习如何使用 Aspose.Cells for Python 通过 .Net 从 Excel 或 OpenOffice 文件中删除定义名称或命名范围。...cells import Workbook import aspose.cells import...Instantiate a new Workbook workbook = Workbook ( os . path . join...

    docs.aspose.com/cells/zh/python-net/delete-name...
  6. 如何使用Python.NET将Excel以适合宽度和高度的页面进行打印|Documentation

    学习使用Aspose.Cells for Python via .NET API设置Excel打印的fit_to_pages_wide和fit_to_pages_tall属性。...import Workbook # Instantiating a Workbook object workbook = Workbook...the Excel file worksheet = workbook . worksheets [ 0 ] # Setting...

    docs.aspose.com/cells/zh/python-net/how-to-prin...
  7. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....Create workbook object from source excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source_shapes...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  8. 使用 C++ 将 Excel 工作簿转换为 Ods、Sxc 和 Fods(OpenOffice...

    如何使用 Aspose.Cells 和 C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...shared_ptr < Workbook > workbook = std :: make_shared < Workbook > ( odsFilePath...xlsxOutputPath ( u "ods_out.xlsx" ); workbook -> Save ( xlsxOutputPath );...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-ods/
  9. Working with ContentTypeProperties with C++|Doc...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with C++....Cells provides Workbook.ContentTypePropertie.Add method...Create a new workbook with XLSX format Workbook workbook ( FileFormatType...

    docs.aspose.com/cells/cpp/working-with-contentt...
  10. 限制和 API 差异|Documentation

    Aspose.Cells for Node.js via Java 的限制和 API 差异。...Cells for Java Workbook excelbook = new Workbook (); Aspose.Cells...excelbook = new aspose . cells . Workbook (); 枚举或常量 Aspose.Cells for...

    docs.aspose.com/cells/zh/nodejs-java/limitation...