feat(facade): add FWorksheet.getRange(a1Notation) (#3504) #1701
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🔮 Sync Mirror | |
on: | |
push: | |
branches: [main, dev] | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sync Gitee | |
uses: jikkai/sync-gitee@main | |
with: | |
repository: dream-num/univer | |
username: ${{ secrets.GITEE_USERNAME }} | |
password: ${{ secrets.GITEE_PASSWORD }} | |
tags: true | |
branches: main dev |