Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 160,991 for

workbook

(0.8 sec)
  1. ThemeColor class | Aspose.Cells for Python via ...

    ThemeColor class ThemeColor class Represents a theme color. The ThemeColor type exposes the following members: Constr......ThemeColorType , Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () cells = workbook . worksheets [ 0 ] . cells cells ...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. UNIQUE Function in Aspsoe - Free Support Forum ...

    Hi, We are having an issue with UNIQUE function (which declared as supported by Aspose) The issue is related to changes in the excel structure which are not well reflected in the UNIQUE function result when re-calculat…...TestUniqueDeleteRow() { Workbook workbook = null; using var ms =...xlsx", FileMode.Open); workbook = new Workbook(ms, new LoadOptions(LoadFormat...

    forum.aspose.com/t/unique-function-in-aspsoe/26...
  3. 在 xlsx4j 中打开和保存电子表格|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....//Creating an Workbook object with an Excel file path Workbook workbook...workbook = new Workbook ( dataDir + "pivot.xlsm" ); //Saving the Excel...

    docs.aspose.com/cells/zh/java/open-and-save-spr...
  4. Aspose::Cells::Drawing::SignatureLine class | A...

    Aspose::Cells::Drawing::SignatureLine class. Represent the signature line in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. Auto Filter Data in VSTO and Aspose.Cells|Docum...

    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....auto-filtering to a column: Create a workbook. Get a worksheet. Add sample...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/auto-filter-data-in-v...
  6. Insert PivotTable in Micorsoft Excel XLSB files...

    C# Sample code for generating XLSB documents with PivotTable. Use this code for creating Micorsoft Excel XLSB files with PivotTable within VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/pivottable/insert...
  7. Display Hide Tabs in 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.... cells import Workbook class DisplayHideTabs : def...DisplayHideTabs / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/display-hide-tabs-in...
  8. Use Error Checking Options|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....//Create a workbook and opening a template spreadsheet Workbook workbook...workbook = new Workbook ( "d:\\files\\Book1.xls" ); //Get the first...

    docs.aspose.com/cells/java/use-error-checking-o...
  9. Display or Hide Gridlines in Php|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 = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/display-or-hide-grid...
  10. GetPrecedents | Aspose.Cells for .NET API 参考

    获取出现在此单元格公式中的所有引用... 例子 [C#] Workbook workbook = new Workbook (); Cells cells...cells = workbook . Worksheets [ 0 ]. Cells ; cells [ "A1" ]. Formula...

    reference.aspose.com/cells/zh/net/aspose.cells/...