Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 30,201 for

worksheet

(0.11 sec)
  1. Conversion between cell name and row/column ind...

    Learn how to perform conversion between cell name and row/column index through the Aspose.Cells for JavaScript via C++ API....{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/names-and-...
  2. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use the Aspose.Cells library to add cells to the formula watch window in Excel using Node.js via C++. By loading an existing Excel file or creating a new one, you can manipulate the cells in it and set formulas. Finally, you save the modified Excel file to disk....Workbook (); // Access the first worksheet. const ws = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/add-cells-to-m...
  3. Excel to HTML - Use PresentationPreference Opti...

    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....Prevent Exporting Hidden Worksheet Contents on Saving to HTML...

    docs.aspose.com/cells/javascript-cpp/excel-to-h...
  4. How to Format Number to Fraction|Documentation

    This article will introduce how to Format Number to Fraction using Aspose.Cells for Python via .NET API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Fractional...

    docs.aspose.com/cells/python-net/how-to-format-...
  5. Compact Number Formatting Missing for Negative ...

    When using compact number formatting (K, M, B) on chart axes, positive axis intervals are formatted correctly (e.g., 1.2K, 3.4M, 2.1B), but negative axis intervals display unformatted values (e.g., -1200, -3400000) inste…...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Cells cells = worksheet.getCells(); // Add headers...

    forum.aspose.com/t/compact-number-formatting-mi...
  6. How to Format Number to Special|Documentation

    This article will introduce how to format number to special using Aspose.Cells for Python via .NET API....Create a Workbook and Access a Worksheet You can either create a new...Cell You need to access the worksheet where you want to format numbers...

    docs.aspose.com/cells/python-net/how-to-format-...
  7. Data Validation in Excel Made Easy with Python

    Learn how to implement data validation in Excel using Python. Discover how to add dropdown lists and more with Aspose.Cells for Python....the right type of data in a worksheet. Whether you are building...Access the worksheet by index. Access the worksheet’s validations...

    blog.aspose.com/cells/data-validation-in-excel-...
  8. 用 C++ 管理OLE对象|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在工作表中添加、提取和操作OLE对象。..." ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...OleObject Collection in the first worksheet OleObjectCollection oles =...

    docs.aspose.com/cells/zh/cpp/managing-ole-objects/
  9. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,通过C++用JavaScript轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图像、Mht和XPS文件。...Workbook (); // Access the first worksheet in the workbook const sheet...sheet = wb . worksheets . get ( 0 ); // Access the "A1" cell in...

    docs.aspose.com/cells/zh/javascript-cpp/loading...
  10. How to Format Number to Accounting|Documentation

    This article will introduce how to format number to accounting using Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...want to format const cell = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/javascript-cpp/how-to-for...