Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO - 2627 - Aurelia Spreadsheet #142

Open
wants to merge 1 commit into
base: hotfix/hotfix-v20.2.0.36
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Aurelia/Spreadsheet/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform: Aurelia
control: Spreadsheet
documentation: Ug
---
# Getting started
# Getting started for Aurelia Spreadsheet

This section explains you the steps required to populate the Spreadsheet with data, format, and export it as excel file. This section covers only the minimal features that you need to know to get started with the Spreadsheet.

Expand Down Expand Up @@ -79,7 +79,7 @@ gulp watch

Now, the Spreadsheet is rendered with default row and column count.

![](Getting-Started_images/Getting-Started_img1.png)
![Aurelia Spreadsheet initialize](Getting-Started_images/Getting-Started_img1.png)

## Populate Spreadsheet with data

Expand Down Expand Up @@ -120,7 +120,7 @@ export class Spreadsheet {
}
{% endhighlight %}

![](Getting-Started_images/Getting-Started_img2.png)
![Aurelia Spreadsheet populate spreadsheet with data](Getting-Started_images/Getting-Started_img2.png)

## Apply Conditional Formatting

Expand Down Expand Up @@ -163,7 +163,7 @@ export class Spreadsheet {

{% endhighlight %}

![](Getting-Started_images/Getting-Started_img3.png)
![Aurelia Spreadsheet apply conditional formating](Getting-Started_images/Getting-Started_img3.png)

## Export Spreadsheet as Excel File

Expand Down