Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 38,216 for

workbook

(0.1 sec)
  1. Auto Fit Row and Column|Documentation

    Learn how to Autofit Row and Column through the Aspose.Cells for Java API.... Java Workbook workbook = new Workbook ( "workbook.xls" );...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/auto-fit-row-and-col...
  2. 在使用Node.js通过C++写保护工作簿时指定作者|Documentation

    在使用Aspose.Cells for Node.js via C++写保护工作簿时,指定作者姓名。...请使用 Workbook.getAuthor() 属性完成此操作。 在保护工作簿时指定作者...在保护工作簿时指定作者 以下示例代码说明了 Workbook.getAuthor() 属性的用法。该代码创建一个空白工作簿,用密码进行写保护,指定作者姓名,并保存为...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-aut...
  3. 列出工作簿中的所有工作表|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...."List All Worksheets in a Workbook.xlsx" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/zh/net/list-all-worksheet...
  4. Hello World|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....PHP Code # Instantiating a Workbook object that represents a Microsoft...Microsoft Excel file. $workbook = new Workbook (); \ # Note when you...

    docs.aspose.com/cells/java/hello-world/
  5. 插入或删除行或列|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文件的类WorkbookWorkbook类包含一个Worksheets集合,允许访问...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...
  6. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。...\\ " ); Workbook workbook ; Worksheet WS = workbook . GetWorksheets...u "MyRange" ); Style stl = workbook . CreateStyle (); stl . GetFont...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...
  7. 显示和隐藏工作簿的滚动条|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-...
  8. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for Node.js via C++....VBA code is valid using the Workbook.isValidSigned() property....its VBA code and save the workbook and then recheck, we find...

    docs.aspose.com/cells/nodejs-cpp/check-if-digit...
  9. Copying and Moving Worksheets in Ruby|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....Worksheets Copy Worksheets within a Workbook To copy worksheet using Aspose...Code def copy_worksheet ( workbook ) # Create a Worksheets object...

    docs.aspose.com/cells/java/copying-and-moving-w...
  10. Inserting and Deleting Rows and Columns in PHP|...

    Learn how to Insert and Delete Rows and Columns through the Aspose.Cells for PHP via Java APIs....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/inserting-and-deleti...