Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 102,520 for

workbook

(0.13 sec)
  1. 使用Python.NET计算数据表的数组公式|Documentation

    了解如何使用Aspose.Cells for Python via .NET API计算Excel数据表的数组公式。编程修改和保存电子表格。...请像平常一样使用 workbook.calculate_formula() 进行任何类型公式的计算。...os from aspose.cells import Workbook # For complete examples and...

    docs.aspose.com/cells/zh/python-net/calculation...
  2. Convert between Excel formats|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....Excel file to PDF using the Workbook class’s Save method. The Save...Instantiate an object of the Workbook class by calling its empty...

    docs.aspose.com/cells/net/convert-between-excel...
  3. Saving File to Response Object with JavaScript ...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , XlsSaveOptions...a new workbook (equivalent to new AsposeCells.Workbook() in JavaScript)...

    docs.aspose.com/cells/javascript-cpp/saving-fil...
  4. 在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-...
  5. Saving File to Response Object with Python.NET|...

    Learn how to save Excel files directly to HTTP response streams using Aspose.Cells for Python via .NET....cells import Workbook , XlsSaveOptions # For complete...Load your source workbook workbook = Workbook () Response = None...

    docs.aspose.com/cells/python-net/saving-file-to...
  6. 在Python中插入和删除行和列|Documentation

    使用Python Excel API在Python中创建Excel电子表格。在您的Python应用程序中无需MS Office即可插入或删除XLSX或XLS中的行。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + "Book1.xls" ) \ # Accessing the...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  7. 删除命名范围|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...
  8. 如何使用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...
  9. 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. Delete...

    docs.aspose.com/cells/nodejs-cpp/delete-named-r...
  10. 使用 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/