Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 161,045 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. 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...
  3. 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....
  4. 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...
  5. 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...
  6. How to Show Formulas in Excel using C#

    This tutorial explains how to show formulas in Excel using C#. It contains the environment configuration details, detailed steps to perform the task and a runnable sample code to display formulas in Excel using C#....show formulas Create a new workbook and get access to the first...show the formulas Save the workbook with the specified settings...

    kb.aspose.com/cells/net/how-to-show-formulas-in...
  7. Watermark ODS document via Java | products.aspo...

    Java sample code to add or remove watermark to ODS file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....ODS via Java Create a new Workbook object Select Worksheet via...Transparency and more Save workbook in ODS format System Requirements...

    products.aspose.com/cells/java/watermark/ods/
  8. 在Ruby中加密Excel文件|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/encrypting-excel-...
  9. 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/
  10. 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/