Skip to content
  •  
  •  
  •  
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-arabic-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Arabic Production Build

on:
push:
branches: [ production ]
paths: [ 'arabic/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-arabic-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-arabic-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Arabic Stage Build

on:
push:
branches: [ main ]
paths: [ 'arabic/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-arabic-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-chinese-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Chinese Production Build

on:
push:
branches: [ production ]
paths: [ 'chinese/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-chinese-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-chinese-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Chinese Stage Build

on:
push:
branches: [ main ]
paths: [ 'chinese/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-chinese-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-english-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells English Production Build

on:
push:
branches: [ production ]
paths: [ 'english/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-english-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-english-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells English Stage Build

on:
push:
branches: [ main ]
paths: [ 'english/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-english-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-french-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells French Production Build

on:
push:
branches: [ production ]
paths: [ 'french/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-french-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-french-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells French Stage Build

on:
push:
branches: [ main ]
paths: [ 'french/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-french-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-german-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells German Production Build

on:
push:
branches: [ production ]
paths: [ 'german/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-german-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-german-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells German Stage Build

on:
push:
branches: [ main ]
paths: [ 'german/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-german-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-italian-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Italian Production Build

on:
push:
branches: [ production ]
paths: [ 'italian/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-italian-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-italian-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Italian Stage Build

on:
push:
branches: [ main ]
paths: [ 'italian/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-italian-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-russian-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Russian Production Build

on:
push:
branches: [ production ]
paths: [ 'russian/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-russian-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-russian-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Russian Stage Build

on:
push:
branches: [ main ]
paths: [ 'russian/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-russian-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-spanish-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Spanish Production Build

on:
push:
branches: [ production ]
paths: [ 'spanish/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-spanish-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-spanish-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Spanish Stage Build

on:
push:
branches: [ main ]
paths: [ 'spanish/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-spanish-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-swedish-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Swedish Production Build

on:
push:
branches: [ production ]
paths: [ 'swedish/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-swedish-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-swedish-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Swedish Stage Build

on:
push:
branches: [ main ]
paths: [ 'swedish/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-swedish-stage
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-turkish-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Turkish Production Build

on:
push:
branches: [ production ]
paths: [ 'turkish/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-turkish-production
17 changes: 17 additions & 0 deletions .github/workflows/trigger-cells-turkish-stage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Cells Turkish Stage Build

on:
push:
branches: [ main ]
paths: [ 'turkish/**' ]
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: Aspose/apireference.aspose.com
event-type: build-cells-turkish-stage
2 changes: 1 addition & 1 deletion english/cpp/aspose.cells.charts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url: /cpp/aspose.cells.charts/
| [AxisBins](./axisbins/) | Represents axis bins. |
| [Chart](./chart/) | Encapsulates the object that represents a single Excel chart. |
| [ChartArea](./chartarea/) | Encapsulates the object that represents the chart area in the worksheet. |
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the chart. |
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating a chart. |
| [ChartCollection](./chartcollection/) | Encapsulates a collection of [Chart](./chart/) objects. |
| [ChartDataTable](./chartdatatable/) | Represents a chart data table. |
| [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value. |
Expand Down
2 changes: 1 addition & 1 deletion english/cpp/aspose.cells.charts/axistype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: AxisType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisType enum. Represents the axis type in C++.'
type: docs
weight: 3700
weight: 3800
url: /cpp/aspose.cells.charts/axistype/
---
## AxisType enum
Expand Down
2 changes: 1 addition & 1 deletion english/cpp/aspose.cells.charts/backgroundmode/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: BackgroundMode
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::BackgroundMode enum. Represents the display mode of the background in C++.'
type: docs
weight: 3800
weight: 3900
url: /cpp/aspose.cells.charts/backgroundmode/
---
## BackgroundMode enum
Expand Down
2 changes: 1 addition & 1 deletion english/cpp/aspose.cells.charts/bar3dshapetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Bar3DShapeType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::Bar3DShapeType enum. Represents the shape used with the 3-D bar or column chart in C++.'
type: docs
weight: 3900
weight: 4000
url: /cpp/aspose.cells.charts/bar3dshapetype/
---
## Bar3DShapeType enum
Expand Down
Loading
Loading