Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 30,422 for

worksheet

(0.1 sec)
  1. 通过Node.js使用C++改变Excel文本框或形状的字符间距|Documentation

    使用Aspose.Cells for Node.js via C++更改单元格文本框或形状的字符间距。...(); // Access first worksheet const worksheet = workbook . getWorksheets...textbox to the worksheet const shape = worksheet . getShapes ()...

    docs.aspose.com/cells/zh/nodejs-cpp/change-char...
  2. How to set excel Custom Paper Size width and he...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao Worksheet.PageSetup.PaperSize = PaperSizeType.Custom; // Set custom paper size for A1 (width: 33.1 inches, height: 23.4 inches) Worksheet.PageSetup.Custom…...zhao worksheet.PageSetup.PaperSize = PaperSizeType...inches, height: 23.4 inches) worksheet.PageSetup.CustomPaperSize((150))...

    forum.aspose.com/t/how-to-set-excel-custom-pape...
  3. 在Ruby中将工作表转换为SVG|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....erter模块的worksheet_to_svg()方法。 Ruby 代码 def worksheet_to_svg (...workbook ) # Convert each worksheet into svg format in a single...

    docs.aspose.com/cells/zh/java/converting-worksh...
  4. Set Default Font while rendering spreadsheet to...

    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....text in cell A4 of the first worksheet and sets its font to invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/java/set-default-font-whi...
  5. How to hide Y axis for Waterfall chart in Excel...

    I Need to hide the Y axis tick mark labels in waterfall chart. I have this simple program to create the chart and hide the yaxis. Please suggest the change here. import com.aspose.cells.*; import com.aspose.cells.Char…...the first Worksheet in Workbook Worksheet worksheet = workbook...of the first Worksheet Cells cells = worksheet.getCells(); //...

    forum.aspose.com/t/how-to-hide-y-axis-for-water...
  6. How to Delete Pivot Table in Excel using Python

    This article guides on how to delete pivot table in Excel using Python. It has all the details to set the environment along with a list of steps and a runnable sample code to remove pivot table using Python....pivot tables available in a worksheet. Steps to Remove Pivot Table...tables in it Access the target worksheet having the pivot table Get...

    kb.aspose.com/cells/python/how-to-delete-pivot-...
  7. 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...
  8. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into an Excel file with the Aspose.Cells library without MS Excel using C++....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/go-cpp/insert-hyperlinks-...
  9. Refresh Values of Linked Shapes with JavaScript...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...value of cell B4 const cell = worksheet . cells . get ( "B4" ); cell...

    docs.aspose.com/cells/javascript-cpp/refresh-va...
  10. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...value inside it const cell = worksheet . cells . get ( "B2" ); cell...

    docs.aspose.com/cells/javascript-cpp/calculate-...