+
```
@@ -143,7 +143,7 @@ This demo was tested in the following environments:
| SvelteJS | ViteJS | Date |
|:---------|:---------|:-----------|
-| `4.2.18` | `5.2.13` | 2024-06-07 |
+| `5.25.3` | `6.2.3` | 2025-03-30 |
:::
@@ -170,7 +170,9 @@ The page will refresh and show a table with an Export button. Click the button
and the page will attempt to download `SheetJSSvelteAoA.xlsx`. There may be a
delay since Vite will try to optimize the SheetJS library on the fly.
-5) Build the site:
+5) Stop the server (press CTRL+C in the terminal window).
+
+6) Build the site:
```bash
npm run build
@@ -178,10 +180,10 @@ npm run build
The generated site will be placed in the `dist` folder.
-6) Start a local web server:
+7) Start a local web server:
```bash
-npx http-server dist
+npx -y http-server dist
```
Access the displayed URL (typically `http://localhost:8080`) with a web browser
@@ -243,7 +245,7 @@ This demo was tested in the following environments:
| SvelteJS | ViteJS | Date |
|:---------|:---------|:-----------|
-| `4.2.18` | `5.2.13` | 2024-06-07 |
+| `5.25.3` | `6.2.3` | 2025-03-30 |
:::
@@ -270,7 +272,9 @@ The page will refresh and show a table with an Export button. Click the button
and the page will attempt to download `SheetJSSvelteHTML.xlsx`. There may be a
delay since Vite will try to optimize the SheetJS library on the fly.
-5) Build the site:
+5) Stop the server (press CTRL+C in the terminal window).
+
+6) Build the site:
```bash
npm run build
@@ -278,10 +282,10 @@ npm run build
The generated site will be placed in the `dist` folder.
-6) Start a local web server:
+7) Start a local web server:
```bash
-npx http-server dist
+npx -y http-server dist
```
Access the displayed URL (typically `http://localhost:8080`) with a web browser
diff --git a/docz/docs/03-demos/02-frontend/07-angularjs.md b/docz/docs/03-demos/02-frontend/07-angularjs.md
index 201fc6c..5dd461d 100644
--- a/docz/docs/03-demos/02-frontend/07-angularjs.md
+++ b/docz/docs/03-demos/02-frontend/07-angularjs.md
@@ -36,8 +36,8 @@ This demo was tested in the following environments:
| Browser | Version | Date |
|:-------------|:------------------|:-----------|
-| Chromium 125 | `1.8.2` (latest) | 2024-06-09 |
-| Chromium 125 | `1.2.32` (legacy) | 2024-06-09 |
+| Chromium 133 | `1.8.2` (latest) | 2025-03-30 |
+| Chromium 133 | `1.2.32` (legacy) | 2025-03-30 |
:::
@@ -288,8 +288,13 @@ app.controller('sheetjs', function($scope, $http) {