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

worksheet

(0.21 sec)
  1. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...workbook ; // Get the first worksheet Worksheet sheet1 = workbook . GetWorksheets...( options ); // Add a new worksheet int index = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  2. How to Insert Excel Background Image using C#

    This short tutorial contains information on how to insert Excel background image using C#. It provides all the details to configure the necessary environment, a step-wise process, and a runnable sample code to add Excel image background using C#....picture Get access to the first worksheet where the image is to be added...background image in the selected worksheet These steps describe the process...

    kb.aspose.com/cells/net/how-to-insert-excel-bac...
  3. How to Use Color Palette with C++|Documentation

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API....std :: endl ; // Add a new worksheet int i = workbook . GetWorksheets...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/excel-color-palette/
  4. 将图表转换为图像|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/convert-chart-to-i...
  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.... Worksheet mySheet = myWorkbook . ActiveSheet...fileName ); Worksheet mySheet = myWorkbook . Worksheets [ myWorkbook...

    docs.aspose.com/cells/zh/net/display-string-in-...
  6. Create a Pie Chart|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....are: Creating a workbook and worksheet. Adding sample data. Referencing...PieChart () { //Access a Vsto Worksheet Microsoft . Office . Tools...

    docs.aspose.com/cells/net/create-a-pie-chart/
  7. Get Connection points from shape|Documentation

    This article shows how to Get Connection points from shape through the Aspose.Cells for Python via .NET API....Front or Back inside the Worksheet Finding Absolute Position...Position of Shape inside the Worksheet...

    docs.aspose.com/cells/python-net/get-connection...
  8. Cells Formats|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/cells-formatting/
  9. Save Specified Worksheets to PDF|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....Save Specified Worksheets to PDF Contents [ Hide ] By default...Aspose.Cells save all visible worksheets in a workbook to pdf file...

    docs.aspose.com/cells/net/save-specified-worksh...
  10. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....Separator = '\t' ; //Copy each worksheet data in text format inside...idx = 0 ; idx < workbook . Worksheets . Count ; idx ++) { //Save...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...