Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 41,187 for

worksheet

(0.05 sec)
  1. Add Data in Cells|Documentation

    This article explains how to Add Data in Cells using Aspose.Cells for .NET APIs....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/net/add-data-in-cells/
  2. Copy Worksheets within a Workbook|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....Español Svenska Türkçe 日本語 Copy Worksheets within a Workbook Contents...AddCopy() , that is used to add a worksheet to the collection and copies...

    docs.aspose.com/cells/net/copy-worksheets-withi...
  3. Aspose::Cells::Charts::SeriesCollection class |...

    Aspose::Cells::Charts::SeriesCollection class. Encapsulates a collection of Series objects in C++....workbook ; //Adding a new worksheet to the Excel object int sheetIndex...newly added worksheet by passing its sheet index Worksheet worksheet...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  4. TrendlineCollection class | Aspose.Cells for Py...

    TrendlineCollection class TrendlineCollection class Represents a collection of all the Trendline objects for the spec......Workbook () # Adding a new worksheet to the Excel object sheetIndex...sheetIndex = workbook . worksheets . add () # Obtaining the reference...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. Create and Format Table|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....Workbook class contains an Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/create-and-format-table/
  6. Convert XLSX File to PDF Format|Documentation

    Learn how to Convert XLSX File to PDF Format with Aspose.Cells for Python via .NET API....contains worksheets with charts and image. Each worksheet contains...column chart on the first worksheet and an image on the last....

    docs.aspose.com/cells/python-net/convert-xlsx-f...
  7. Aspose::Cells::Charts::ChartDataTable class | A...

    Aspose::Cells::Charts::ChartDataTable class. Represents a chart data table in C++....reference of the first worksheet Worksheet worksheet = workbook . GetWorksheets...sample value to "A1" cell worksheet . GetCells (). Get ( u "A1"...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  8. Picture.OriginalHeightCM | Aspose.Cells for .NE...

    Picture property. Gets the original height of picture in unit of centimeters...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding...the worksheet. It is "B2" cell int imgIndex = worksheet . Pictures...

    reference.aspose.com/cells/net/aspose.cells.dra...
  9. Picture.OriginalWidthInch | Aspose.Cells for .N...

    Picture property. Gets the original width of picture in unit of inches...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding...the worksheet. It is "B2" cell int imgIndex = worksheet . Pictures...

    reference.aspose.com/cells/net/aspose.cells.dra...
  10. Dollar sign invalid cell name - Free Support Fo...

    Hi, New to Aspose.cells I just discovered that cell = ws.Cells[adcell] cause “invalid cell name” error if adcell contains $ (like $B$24). To me this well known notation excel compatible should not cause an error. Am I w…...two ways to get specific worksheet cell. e.g. Sample code: //Load...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //Get...

    forum.aspose.com/t/dollar-sign-invalid-cell-nam...