Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 20,159 for

workbook

(0.17 sec)
  1. Accessing array element by index in Excel templ...

    Hello, In the Word template, we can access specific array elements using elementAt function. I wanted to know if we can achieve the same functionality in the Excel template too. I tried the following smart markers to …...setLineByLine(false); Cells cells = workbook.getWorksheets().get(0).getCells();...2025, 11:38am 14 Workbook workbook = new Workbook(filePath + "employees-002...

    forum.aspose.com/t/accessing-array-element-by-i...
  2. Convert an Excel Chart to Image|Documentation

    Convert an Excel Chart to Image by using Aspose.Cells for Python via .NET API....Microsoft Excel : Opened a new workbook in Microsoft Excel. Input...Microsoft Excel: Open a new workbook in Microsoft Excel. Input...

    docs.aspose.com/cells/python-net/convert-an-exc...
  3. Managing Ranges|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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/java/managing-ranges/
  4. How to Convert HTML to PDF|Documentation

    This topic show you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for Python via NET.... Initialize Workbook object. Save output PDF document...document by calling Workbook.save() method. Try to convert HTML...

    docs.aspose.com/cells/python-net/convert-html-t...
  5. 创建并将 Excel 图表嵌入为 OLE 对象到 Microsoft PowerPoint 幻...

    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....excelApplication = null ; // 声明 Workbooks.Open 方法参数的变量。 string paramWorkbookPath...xlNS . Workbook newWorkbook = excelApplication . Workbooks . Add...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  6. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for Python via .NET API.... Finally, it saves the workbook as output excel file . When...

    docs.aspose.com/cells/python-net/access-and-upd...
  7. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for .NET API.... Finally, it saves the workbook as output excel file . When...

    docs.aspose.com/cells/net/access-and-update-the...
  8. Setting ScaleCrop and LinksUpToDate properties ...

    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....document properties of the workbook. Please check the output excel...

    docs.aspose.com/cells/net/setting-scalecrop-and...
  9. Generate Thumbnail of the Worksheet with Node.j...

    Learn how to generate a thumbnail image from a worksheet using Aspose.Cells for Node.js via C++. Create small images for previews in documents and presentations.... Workbook ( filePath ); // Define ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/generate-thumb...
  10. 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 …...0 KB) Workbook wb = new Workbook(filePath + "employees2A...smartmarker data source. Workbook wb = new Workbook(filePath + "employees2B...

    forum.aspose.com/t/issue-with-directly-accessin...