Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 21,314 for

worksheet

(0.07 sec)
  1. 通过Node.js和C++保护和取消保护工作表|Documentation

    使用Aspose.Cells for Node.js via C++保护和取消保护Excel文件的工作表。...Workbook (); // Gets the first worksheet. const sheet = workbook ....// Protect contents of the worksheet. sheet . protect ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...
  2. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...Get the first worksheet in the book const worksheet = workbook ...0 ); // Set the tab color worksheet . setTabColor ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  3. How to Remove Comment in Excel using Java

    In this article, you will learn how to remove comment in Excel using Java. The sample code and the step-by-step guide explains the process to remove comments from Excel using Java....delete all the comments from a worksheet at once or delete the comments...Specify the index to access a Worksheet Get access to the comments...

    kb.aspose.com/cells/java/how-to-remove-comment-...
  4. Locking WordArt Watermark in Aspose.Cells|Docum...

    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....WordArt watermarks on the worksheet in a way that the WordArt...moved and positioned on the worksheet. It is also possible to lock...

    docs.aspose.com/cells/net/locking-wordart-water...
  5. Create Charts|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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/net/create-charts/
  6. Json|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....additional settings for exporting worksheet to JSON. The following code...demonstrates exporting active worksheet to Json by using SaveFormat...

    docs.aspose.com/cells/net/convert-workbook-to-j...
  7. Replace text in smart art with C++|Documentation

    Learn how to update text in smart art using Aspose.Cells for C++ by setting the Shape.Text property....inputFilePath ); WorksheetCollection worksheets = workbook . GetWorksheets...i < worksheets . GetCount (); ++ i ) { Worksheet worksheet = worksheets...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  8. Calculation of Array Formula of Data Tables wit...

    Learn how to calculate array formulas for Excel data tables using Aspose.Cells for Python via .NET API. Modify and save spreadsheets programmatically....Access first worksheet worksheet = workbook . worksheets [ 0 ] # When...as Yellow will become 120 worksheet . cells . get ( "B1" ) . put_value...

    docs.aspose.com/cells/python-net/calculation-of...
  9. Get Connection Points from Shape with C++|Docum...

    Learn how to retrieve shape connection points using Aspose.Cells for C++....Front or Back inside the Worksheet with C++ Finding Absolute...Position of Shape inside the Worksheet with C++...

    docs.aspose.com/cells/cpp/get-connection-points...
  10. Split Panes in Jython|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....setActiveCell ( "A20" ); # Split the worksheet window workbook . getWorksheets...Unprotecting Password Protected Worksheet in Jython...

    docs.aspose.com/cells/java/split-panes-in-jython/