Skip to content

Commit b8db0f7

Browse files
Merge pull request #40 from aspose-cells/main
API references of Aspose.Cells 26.5 releases: .Net, Java, Cpp, Nodejs via C++, JavaScript via C++.
2 parents 18e1561 + bba0e8a commit b8db0f7

2,112 files changed

Lines changed: 14785 additions & 3056 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Arabic Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'arabic/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-arabic-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Arabic Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
paths: [ 'arabic/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-arabic-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Chinese Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'chinese/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-chinese-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Chinese Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
paths: [ 'chinese/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-chinese-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells English Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'english/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-english-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells English Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
paths: [ 'english/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-english-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells French Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'french/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-french-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells French Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
paths: [ 'french/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-french-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells German Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'german/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-german-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells German Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
paths: [ 'german/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-german-stage

0 commit comments

Comments
 (0)