Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 53,275 for

workbook

(0.38 sec)
  1. 通过Node.js与C++删除命名范围|Documentation

    您可以学习如何使用Aspose.Cells for Node.js via C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); // Deleted...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-name...
  2. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....we recommend users to call Workbook.CalculateFormula() method...want to calculate the entire workbook. They just want to calculate...

    docs.aspose.com/cells/cpp/decrease-the-calculat...
  3. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....these steps: Open your Excel workbook and go to the sheet you want...Instantiate a Workbook object Workbook workbook ( U16String (...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  4. 用Node.js和C++读取和写入工作表的查询表|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....Create workbook from source excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/reading-and...
  5. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...Instantiate a new Workbook. Workbook workbook ( u "Book1.xlsx"...worksheet in the workbook. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...
  6. Freeze Panes 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 ( data_dir + 'Book1...

    docs.aspose.com/cells/java/freeze-panes-in-ruby/
  7. 在 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 ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  8. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Excel object workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  9. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...Cells提供了一个代表Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,...Startup (); // Create a Workbook Workbook workbook ; // Get Cells from...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  10. 用Node.js和C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++格式化和修改命名范围。...new Workbook. const workbook = new AsposeCells . Workbook ();...worksheet in the book. const WS = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/format-and-...