Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 30,454 for

worksheet

(0.16 sec)
  1. Convert POT to TSV Format via Java or with free...

    Convert POT to TSV format via Java without using using Microsoft Excel or PowerPoint or online. Test free POT to TSV online converter quickly before integrating the code.... Select Worksheet via its index, create a Shape...

    products.aspose.com/total/java/conversion/pot-t...
  2. Convert PPSX to XLSX Format via Java or with fr...

    Convert PPSX to XLSX format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPSX to XLSX online converter quickly before integrating the code.... Select Worksheet via its index, create a Shape...

    products.aspose.com/total/java/conversion/ppsx-...
  3. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(new String[]{“pathToMyDir”}, true); I also have a usec…...xlsx”); Worksheet sheet = wb.getWorksheets()...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  4. Manage ActiveX Controls in Presentations with P...

    Learn how Aspose.Slides for Python via .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....objects (for example, an Excel worksheet). They are stored and handled...

    docs.aspose.com/slides/python-net/activex/
  5. Manage Document Properties with JavaScript via ...

    Learn how to manage document properties through the Aspose.Cells for JavaScript via C++ APIs....multiple worksheets, each represented by the Worksheet class, whereas...whereas the collection of worksheets is represented by the WorksheetCollection...

    docs.aspose.com/cells/javascript-cpp/managing-d...
  6. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...Workbook, WorksheetCollection, Worksheet, Cells, CellsHelper, License....xlsx") sheet = workbook.worksheets[0] options = ImageOrPrintOptions()...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  7. 使用优雅图表动态生成格式化的Excel报表|Documentation

    本文介绍了如何在GridWeb中生成报表。...create and //fill "Products" Worksheet start from A4 cell. GridWeb1...//Get the first Worksheet. Aspose . Cells . Worksheet sheet = workbook...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  8. 使用JavaScript via C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for JavaScript via C++获取Excel文件的最大区域、最大数据区域和最大显示区域。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...Get all the worksheets in the book. const worksheets = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  9. Issue with directly accessing nested array in E...

    I am following an example of nested arrays in an Excel template using the named range _CellsSmartMarkers The employees JSON data has a nested array. The directors (outer array) and their reporters (inner array). When …...across different use-cases (worksheets). We will conduct a thorough...markers row by row. So in the worksheet “Misc2”, we only export one...

    forum.aspose.com/t/issue-with-directly-accessin...
  10. Manage Chart Workbooks in Presentations in .NET...

    Discover Aspose.Slides for .NET: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data.... Pptx ); } Manage Worksheets This C# code demonstrates...IChartDataWorkbook.Worksheets property is used to access a worksheet collection:...

    docs.aspose.com/slides/net/chart-workbook/