ChartLoader
Overview
ChartLoader is a class in Aspose.Cells FOSS for Typescript.
ChartLoader.loadCharts(filePath) asynchronously reads a spreadsheet file and returns a Promise that resolves to an array of ChartInfo objects representing each chart in the file.
This class provides 1 method for working with ChartLoader objects in Typescript programs.
Available methods include: loadCharts.
All public members are accessible to any Typescript application after installing the Aspose.Cells FOSS for Typescript package.
Properties: categories, height, name, values, width, x, and 1 more.
Description
ChartLoader is a class in the Aspose.Cells FOSS library for TypeScript that exposes 1 method and 7 properties for programmatic use.
Core capabilities include: : number; : number; : number. These operations enable developers to integrate chartloader functionality directly into TypeScript applications.
The class also provides the x property (gets the x), the y property (gets the y), the width property (gets the width).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | : number | Read | Gets the x. |
y | : number | Read | Gets the y. |
width | : number | Read | Gets the width. |
height | : number | Read | Gets the height. |
name | : string | Read | Gets the name. |
values | : number[] | Read | Gets the values. |
categories | : string[] | Read | Gets the categories. |
Methods
| Signature | Description |
|---|---|
loadCharts(filePath: string) → Promise<ChartInfo[]> | Asynchronously reads a spreadsheet file and returns a Promise that resolves to an array of ChartInfo objects representing each chart in the file |