Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 21,314 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.... Value ); //Get Worksheets Collection Excel . Sheets...Excel . Worksheet excelWorksheet = ( Excel . Worksheet ) xlsheets...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  2. 用C++创建高低收(HLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建高低收股票图表。我们的逐步指南将演示如何绘制股票市场数据,包括最高价、最低价和收盘价,以便进行更好的分析与可视化。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...High-Low-Close-Stock Chart int pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-high-low-cl...
  3. Insert a Picture Based on Cell Reference with C...

    Learn how to insert a picture based on cell reference using Aspose.Cells for C++....displaying the contents of a worksheet cell in an image shape. You...object. Add a picture to the worksheet by calling the AddPicture...

    docs.aspose.com/cells/cpp/insert-a-picture-base...
  4. Set the Comment of Table or List Object|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....or List Object inside the Worksheet Aspose.Cells for Python via...or list object inside the worksheet Read and Write Table with...

    docs.aspose.com/cells/python-java/set-the-comme...
  5. 创建图表|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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/zh/net/create-charts/
  6. 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/python-net/set-default-fo...
  7. 用C++创建工作簿和工作表作用域命名范围|Documentation

    学习如何使用Aspose.Cells和C++创建工作簿和工作表作用域的命名范围。...Get the first worksheet of the workbook Worksheet sheet = workbook...GetWorksheets (). Get ( 0 ); // Get worksheet's cells collection Cells cells...

    docs.aspose.com/cells/zh/cpp/create-workbook-an...
  8. 在xlsx4j中打印工作簿|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....(); //Get the first worksheet Worksheet sheet = book . getWorksheets...imgOptions ); //Print the worksheet sr . toPrinter ( "Samsung...

    docs.aspose.com/cells/zh/java/printing-workbook...
  9. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a picture as a texture inside a shape using Aspose.Cells for C++....xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Access first shape inside the worksheet Shape sh = ws . GetShapes...

    docs.aspose.com/cells/cpp/tile-picture-as-a-tex...
  10. Create and Embed an Excel Chart as an OLE Objec...

    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....Excel workbook containing the worksheet with the chart data. Get the...the chart from the Excel worksheet to the clipboard. Paste the...

    docs.aspose.com/slides/net/create-and-embed-an-...