Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 161,046 for

workbook

(0.07 sec)
  1. 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-java/create/xltm/
  2. Assemble Spreadsheets|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....class, Workbook that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the Add method...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  3. SetExternalWorkbook | Aspose.Sildes for .NET AP...

    Sets external Workbook as a data source for the chart. Chart data will be updated from the target Workbook....SetExternalWorkbook(string) Sets external workbook as a data source for the chart...be updated from the target workbook. public void SetExternalWorkbook...

    reference.aspose.com/slides/net/aspose.slides.c...
  4. Class DataBar | Aspose.Cells for .NET API Refer...

    Aspose.Cells.DataBar class. Describe the DataBar conditional formatting rule. This conditional formatting rule displays a gradated data bar in the range of cells...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //Adds an empty...

    reference.aspose.com/cells/net/aspose.cells/dat...
  5. Public API Changes in Aspose.Cells 8.6.2|Docume...

    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....ISmartMarkerCallBack { Workbook workbook ; SmartMarkerCallBack ( Workbook workbook...workbook ) { this . workbook = workbook ; } @Override public void...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Aspose::Cells::CellsHelper::GetUsedColors metho...

    Aspose::Cells::CellsHelper::GetUsedColors method. Gets all used colors in the Workbook in C++....Gets all used colors in the workbook. static Vector < Aspose ::...GetUsedColors ( const Workbook & workbook ) Parameter Type Description...

    reference.aspose.com/cells/cpp/aspose.cells/cel...
  7. Public API Changes in Aspose.Cells 8.4.0|Docume...

    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.... Java Workbook workbook = new Workbook ( "source.xlsm"...VbaModuleCollection modules = workbook . getVbaProject (). getModules...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Class TextEffectFormat | Aspose.Cells for .NET ...

    Aspose.Cells.Drawing.TextEffectFormat class. Contains properties and methods that apply to WordArt objects...//Instantiating a Workbook object Workbook workbook = new Workbook (); Aspose... ShapeCollection shapes = workbook . Worksheets [ 0 ]. Shapes...

    reference.aspose.com/cells/net/aspose.cells.dra...
  9. Class Column | Aspose.Cells for .NET API Reference

    Aspose.Cells.Column class. Represents a single column in a worksheet...default one inherited from workbook). Index { get; } Gets the...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...

    reference.aspose.com/cells/net/aspose.cells/col...
  10. Copying Rows and Columns 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 RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/copying-rows-and-col...