Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 21,315 for

worksheet

(0.1 sec)
  1. 在Jython中的页面分页预览|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....Adding a new worksheet to the Workbook object worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Displaying...

    docs.aspose.com/cells/zh/java/page-break-previe...
  2. Convert Excel to Python Data|Documentation

    Convert Excel to List by using Aspose.Cells for Python via .NET API....you can convert Workbook, Worksheet, Range, Row, Column and other...sample file . Traverse all worksheets and convert workbook to Dictionary...

    docs.aspose.com/cells/python-net/convert-excel-...
  3. Insert Background Image to Excel|Documentation

    How to insert background image to Excel using Aspose.Cells for .NET....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/net/insert-background-ima...
  4. Missing Features in VSTO|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....Conversion Converting Worksheet Converting Worksheet to Image File By...By Page Converting Worksheet to Image in Aspose.Cells Display...

    docs.aspose.com/cells/net/missing-features-in-v...
  5. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....FitToPagesTall in a specified worksheet: First, load the sample file...modify the Worksheet.GetFitToPagesTall() and Worksheet.GetFitToPagesWide()...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  6. How to create waterfall chart with C++|Document...

    Create waterfall charts in Excel with C++ and Aspose.Cells for C++ API....the first Worksheet in Workbook Worksheet worksheet = workbook...of the first Worksheet Cells cells = worksheet . GetCells ();...

    docs.aspose.com/cells/cpp/creating-waterfall-ch...
  7. 更改图表位置和大小|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....xls" ); Worksheet worksheet = workbook . getWorksheets...chart from source worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/java/change-chart-posi...
  8. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...通过调用 Comments 集合的 Add 方法(封装在 Worksheet 对象中)向一个单元格添加评论。可以通过传递评论索引访问新的...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  9. Create Charts using Apache POI and Aspose.Cells...

    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 newly added worksheet Worksheet worksheet = workbook . getWorksheets...get ( 0 ); Cells cells = worksheet . getCells (); //Adding a...

    docs.aspose.com/cells/java/create-charts-using-...
  10. 从数组导入|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....Workbook (); //Adding a new worksheet to the Workbook object int...int i = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/importing-from-array/