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

worksheet

(0.1 sec)
  1. 添加图像超链接|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API添加图片超链接。...first worksheet const worksheet = workbook . worksheets . get...value to a cell const cell = worksheet . cells . get ( "C2" ); cell...

    docs.aspose.com/cells/zh/javascript-cpp/add-ima...
  2. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...the first worksheet in the book. Worksheet worksheet = workbook...collection. int32_t textboxIndex = worksheet . GetTextBoxes (). Add ( 2...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  3. 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...
  4. Format cells with Node.js via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for Node.js via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional‑looking spreadsheets....reference of the first worksheet const worksheet = workbook . getWorksheets...cell from the worksheet const cell = worksheet . getCells ()...

    docs.aspose.com/cells/nodejs-cpp/cells-formatting/
  5. 如何使用 JavaScript 结合 C++ 创建瀑布图|Documentation

    使用 JavaScript 和 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中创建瀑布图。...Retrieve the first Worksheet in Workbook const worksheet = workbook .... worksheets . get ( 0 ); // Retrieve the Cells of the first...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  6. 在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...
  7. Create Access and Copy Named Ranges|Documentation

    This article shows how to create, access, and copy named ranges using the Aspose.Cells for Python via .NET API....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/python-net/create-access-...
  8. 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...
  9. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for Node.js via C++....thousands of pages in your worksheet, but you want to render only...Access the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/render-sequenc...
  10. 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-...