Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 16,784 for

worksheet

(0.07 sec)
  1. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...shapes of the worksheet const shape1 = worksheet . getShapes ()...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  2. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。...Java自动调整行和列 自动调整行的宽度和高度的最直接方法是调用Worksheet.autoFitRow方法。autoFitRow方法接受要调整大小的行索引作为参数。...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  3. Public API Changes in Aspose.Cells 8.5.0|Docume...

    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....calculateFormula(CalculationOptions) Worksheet.calculateFormula(CalculationOptions...Workbook (); //Source worksheet Worksheet srcSheet = workbook ...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Open a spreadsheet document from a stream|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....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  5. 在Python中隐藏和显示行和列|Documentation

    通过Aspose.Cells for Python Via Java API学习如何通过隐藏和显示来隐藏和显示行和列...Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Hiding the...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  6. Cell Alignment Settings|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....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/java/cell-alignment-setti...
  7. XlsxSectionMode | Aspose.Words for Java

    Specifies how sections are handled when saving a document in the XLSX format in Java....save document as a separate worksheets. Document doc = new Document(getMyDir()...be created as a separate worksheet. // Use 'SingleWorksheet'...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert XLSX File to PDF Format with C++|Docume...

    Learn how to convert Excel files to PDF format using Aspose.Cells for C++ with high precision and accuracy....contains worksheets with charts and images. Each worksheet contains...column chart on the first worksheet and an image on the last....

    docs.aspose.com/cells/cpp/convert-xlsx-file-to-...
  9. Hiding and Showing Rows and Columns in Python|D...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for Python Via Java API....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  10. Insert Background Image to Excel with C++|Docum...

    How to insert background image to Excel using Aspose.Cells for 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/cpp/insert-background-ima...