Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 21,314 for

worksheet

(0.04 sec)
  1. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...sample value to "A1" cell worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  2. How to check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel Worksheet programmatically using C++ with the Aspose.Cells API....frozen state of an Excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or split in MS Excel...

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...
  3. How to Set Print Area with Node.js via C++|Docu...

    This article shows you code explaining how to set print area using Aspose.Cells library for Node.js via C++.... When you print the worksheet, only this defined area will...area, allowing the entire worksheet to be printed. What Happens...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...
  4. Calculating IFNA function using Aspose.Cells fo...

    How to calculate IFNA functions using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one, and calculate the IFNA function to get the result. Finally, save the modified Excel file to disk....workbook // Access first worksheet const worksheet = workbook . getWorksheets...); // Add data for VLOOKUP worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/calculating-if...
  5. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++....// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...inside the worksheet. ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  6. 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....protection 模块的 unprotect_worksheet 方法来保护工作表。 Python 代码 filesFormatType...xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  7. 在 Node.js 中插入范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中插入范围并移动其他数据。...Get all the worksheets in the book. const worksheets = newWorkbook...// Get the first worksheet in the worksheets collection. const...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-rang...
  8. 用Node.js通过C++管理Excel文件的公式|Documentation

    学习如何通过Aspose.Cells for Node.js via C++管理Excel文件中的公式。Aspose.Cells可以轻松获取、设置和计算Excel的公式。...工作表由 Worksheet 类表示。 Worksheet 类提供了一个 getCells()...Workbook (); // Adding a new worksheet to the Excel object const...

    docs.aspose.com/cells/zh/nodejs-cpp/using-formu...
  9. Print spreadsheets|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....control their printed pages of worksheets. These print options allow...specific Print Area of the worksheet Print Titles Print Gridlines...

    docs.aspose.com/cells/net/print-spreadsheets/
  10. 从流中打开电子表格文档|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....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...