Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 20,308 for

worksheet

(0.13 sec)
  1. Aspose.Cells 8.6.1中的公共API更改|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....remove方法的另一个重载,现在可以接受Worksheet的实例,以删除与指定Worksheet相关联的所有VBA模块。 以下是简单的使用场景。...VBA modules from specific Worksheet modules . remove ( workbook...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. 在VSTO和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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...first worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-background-pic...
  3. Threaded Comments with Node.js via C++|Document...

    Manage threaded comments in Excel documents using Aspose.Cells for Node.js via C++. Learn to add, read, edit, and remove threaded comments....); // Access first worksheet const worksheet = workbook . getWorksheets...const threadedComments = worksheet . getComments (). getThreadedComments...

    docs.aspose.com/cells/nodejs-cpp/threaded-comme...
  4. Importing from Custom Objects|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....collection of objects to a worksheet using ImportCustomObjects...//Clear all the worksheets book . Worksheets . Clear (); //Add...

    docs.aspose.com/cells/net/importing-from-custom...
  5. Protect and Unprotect with C++|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using C++ codes....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, you can protect the structure of your...

    docs.aspose.com/cells/cpp/protect-and-unprotect/
  6. Licensing|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....one program and an extra worksheet with evaluation watermark...Limitation: Worksheet with Evaluation Watermark This worksheet will...

    docs.aspose.com/cells/python-java/licensing/
  7. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....Save Specified Worksheets to PDF Contents [ Hide ] By default...via .NET save all visible worksheets in a workbook to pdf file...

    docs.aspose.com/cells/python-net/save-specified...
  8. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|Docu...

    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....added worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding a...

    docs.aspose.com/cells/zh/java/create-different-...
  9. Create Volume-Open-High-Low-Close(VOHLC) Stock ...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-volume-...
  10. How to Insert a Slicer in Excel using Python

    This quick article guides on how to insert a slicer in Excel using Python. It provides configuration details, a step-by-step process and a runnable sample code to add a slicer in Excel using Python....it Get access to the first worksheet and the target table Add the...the slicer to the worksheet by providing the table, source data...

    kb.aspose.com/cells/python/how-to-insert-a-slic...