Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 30,425 for

worksheet

(0.09 sec)
  1. 动态计算或重新计算公式|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 (); //Adding a new worksheet to the Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  2. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...a string value to a cell worksheet . GetCells (). Get ( u "C2"...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/
  3. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。...workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...// Protect contents of the worksheet sheet . Protect ( ProtectionType...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  4. Advanced Protection Settings since Excel XP|Doc...

    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....you can allow or restrict worksheet features or apply a password...password to the worksheet. Advanced Protection Settings Using Aspose...

    docs.aspose.com/cells/python-net/advanced-prote...
  5. Apply Superscript and Subscript Effects on Font...

    The JavaScript code to apply superscript and subscript effects to text in Excel using Aspose.Cells for JavaScript via C++....new worksheet to the Excel object workbook . worksheets . add...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/apply-supe...
  6. Copying and Moving Worksheets in Python|Documen...

    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....Ask AI Copying and Moving Worksheets in Python Contents [ Hide...Copying and Moving Worksheets Copy Worksheets within a Workbook...

    docs.aspose.com/cells/java/copying-and-moving-w...
  7. Insert Background Image to Excel with JavaScrip...

    How to insert background image to Excel using Aspose.Cells for JavaScript via C++....Contents [ Hide ] You can make a worksheet more appealing by adding a...a picture as a worksheet background. This feature can be quite...

    docs.aspose.com/cells/javascript-cpp/insert-bac...
  8. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for JavaScript via C++....necessary shapes into the worksheet. You may need to insert the...different positions of the worksheet. Or you need to batch insert...

    docs.aspose.com/cells/javascript-cpp/insert-sha...
  9. How to Lock Cells to Protect Them with C++|Docu...

    This article shows you code explaining how to lock cells to protect them using the Aspose.Cells library with C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/cpp/how-to-lock-cells-to-...
  10. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API... Access the Worksheet Once the workbook is loaded...loaded, you need to access the worksheet where you want to rotate the...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...