Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 38,140 for

workbook

(0.32 sec)
  1. Create New Worksheet|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....Worksheet to Workbook Java //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook (); //Adding a new worksheet to...

    docs.aspose.com/cells/java/create-new-worksheet/
  2. Read CSV File With Multiple Encodings|Documenta...

    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 ( dataDir...); //Save it in XLSX format workbook . save ( dataDir + "EncodedNewFile_Out...

    docs.aspose.com/cells/java/read-csv-file-with-m...
  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提供了一个代表Microsoft Excel文件的Workbook类。Workbook类提供了广泛的属性和方法来管理Excel文...控制Excel文件中选项卡的可见性,开发人员可以使用Workbook类的 setShowTabs 方法。 Java //Instantiating...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  4. 在 PHP 中插入和删除行和列|Documentation

    通过 Aspose.Cells for PHP via Java API 学习如何通过 API 插入和删除行和列。...Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  5. Sort Data in 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....//Instantiating a Workbook object Workbook workbook = new Workbook ( dataDir...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/sort-data-in-xlsx4j/
  6. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for 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/cpp/delete-named-ranges/
  7. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。...(); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  8. 在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....Ruby 代码 def copy_worksheet ( workbook ) # Create a Worksheets object...the sheets of the Workbook. sheets = workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  9. 使用C++处理ContentTypeProperties|Documentation

    使用Aspose.Cells在Excel文件中添加自定义ContentTypeProperties。...Cells提供 Workbook.ContentTypePropertie.Add ...Create a new workbook with XLSX format Workbook workbook ( FileFormatType...

    docs.aspose.com/cells/zh/cpp/working-with-conte...
  10. Setting Page Options in 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....Instantiating a Workbook object by excel file path workbook = self .... Workbook () \# Accessing the first worksheet in the Excel file...

    docs.aspose.com/cells/java/setting-page-options...