Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 82,045 for

workbook

(0.04 sec)
  1. Setting Page Options in 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 # Accessing the first...

    docs.aspose.com/cells/java/setting-page-options...
  2. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。...Create a new Workbook object Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...
  3. Page Setup - Fit to Page Setting|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 (); //...WorksheetCollection worksheets = workbook . getWorksheets (); int sheetIndex...

    docs.aspose.com/cells/java/page-setup-fit-to-pa...
  4. Inserting a WAV file as an Ole Object with Node...

    Learn how to insert a WAV file as an OLE object in Excel worksheets using Aspose.Cells for Node.js via C++....new Workbook. const workbook = new AsposeCells . Workbook ();...(); const sheet = workbook . getWorksheets (). get ( 0 ); // Add...

    docs.aspose.com/cells/nodejs-cpp/inserting-a-wa...
  5. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the C# API or .NET Library....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/net/copying-and-moving-wo...
  6. 使用Aspose.Cells将数据导入工作表|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 (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  7. Calculate Sub Totals 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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/calculate-sub-totals...
  8. 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...
  9. 在使用Node.js通过C++写保护工作簿时指定作者|Documentation

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

    docs.aspose.com/cells/zh/nodejs-cpp/specify-aut...
  10. Create a spreadsheet document|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.... Workbook ); // Add a WorkbookPart to...(); workbookpart . Workbook = new Workbook (); // Add a WorksheetPart...

    docs.aspose.com/cells/net/create-a-spreadsheet-...