Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 161,004 for

workbook

(0.09 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Adding New Worksheets to Workbook and Activating a Sheet https://docs.aspose.com/cells/net/adding-new-worksheets-to-Workbook-and-activating-a-sheet/ ......– Adding New Worksheets to Workbook and Activating a Sheet https://docs...com/cells/net/adding-new-worksheets-to-workbook-and-activating-a-sheet/ Recent...

    docs.aspose.com/cells/net/adding-new-worksheets...
  2. Create MS Excel XLTM Files via Python | product...

    XLTM creater. Create XLTM files in Python code. Generate MS Excel XLTM files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-net/create/xltm/
  3. Create MS Excel XLSB Files via Python | product...

    XLSB creater. Create XLSB files in Python code. Generate MS Excel XLSB files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-net/create/xlsb/
  4. Create MS Excel XLSX Files via Python | product...

    XLSX creater. Create XLSX files in Python code. Generate MS Excel XLSX files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-net/create/xlsx/
  5. Create TSV Files via Python | products.aspose.com

    TSV creater. Create TSV files in Python code. Generate TSV files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-net/create/tsv/
  6. Class ListObject | Aspose.Cells for .NET API Re...

    Aspose.Cells.Tables.ListObject class. Represents a list object on a worksheet. The ListObject object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet...Examples [C#] Workbook workbook = new Workbook (); Cells cells...cells = workbook . Worksheets [ 0 ]. Cells ; for ( int i = 0 ; i...

    reference.aspose.com/cells/net/aspose.cells.tab...
  7. Floor | Aspose.Cells for .NET API 参考

    封装表示 3-D 图表地板的对象...); //实例化工作簿对象 Workbook workbook = new Workbook (); //获取单元格集合...//获取单元格集合 Cells cells = workbook . Worksheets [ 0 ]. Cells ; //将值放入单元格中...

    reference.aspose.com/cells/zh/net/aspose.cells....
  8. OLE object (XLS) can not open after extract - F...

    A few days ago, I acquired Aspose Cells for Java. (version 24.1) I am testing ole object extract in an excel file (xlsx). There are 9 ole objects in various formats. As a result of extraction, everything was extracted…... Workbook workbook = new Workbook(filePath + "sample...OleObjectCollection oles = workbook.Worksheets[0].OleObjects;...

    forum.aspose.com/t/ole-object-xls-can-not-open-...
  9. Converting older Excel spreadsheets to PDF - Fr...

    Hi Aspose team, We’re trying to convert and older Excel file, but Aspose.Cells throws the following exception: “This Excel files contains (Excel95 or earlier file format) records.” Here is our code: Aspose.Cells.Work…...Workbook excelDoc = null; try { excelDoc...excelDoc = new Aspose.Cells.Workbook(filename); } catch (System...

    forum.aspose.com/t/converting-older-excel-sprea...
  10. Class Border | Aspose.Cells for .NET API Reference

    Aspose.Cells.Border class. Encapsulates the object that represents the cell border...Examples [C#] Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection sheets = workbook . Worksheets ; Cell cell = sheets...

    reference.aspose.com/cells/net/aspose.cells/bor...