https://github.com/xsoulspace/sheets_manager_excel_addin
Excel Web Addin to manage Worksheets easier inside a Excel Workbook
https://github.com/xsoulspace/sheets_manager_excel_addin
dart excel excel-addin flutter flutter-web-app office-addin officejs sheets-management web-addin
Last synced: 5 months ago
JSON representation
Excel Web Addin to manage Worksheets easier inside a Excel Workbook
- Host: GitHub
- URL: https://github.com/xsoulspace/sheets_manager_excel_addin
- Owner: xsoulspace
- License: mit
- Created: 2019-07-02T19:39:48.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-22T02:23:29.000Z (about 2 years ago)
- Last Synced: 2024-08-03T22:18:54.980Z (8 months ago)
- Topics: dart, excel, excel-addin, flutter, flutter-web-app, office-addin, officejs, sheets-management, web-addin
- Language: Dart
- Homepage: https://xsoulspace.dev/sheets_manager_excel_addin
- Size: 19.7 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - xsoulspace/sheets_manager_excel_addin - Excel Web Addin to manage Worksheets easier inside a Excel Workbook (Dart)
README
[](CODE_OF_CONDUCT.md)
[](LICENSE)
[](https://discord.gg/y54DpJwmAn)# Sheets Manager (Microsoft Excel Web Addin)
Welcome to the Sheets Manager repository! This repository contains the code for the custom pane for Microsoft Excel (web application called Web Addin).
The primary purpose of this addin is to manage Worksheets in Excel Workbook in the most efficient way.
## Features
- Search worksheets by name.
- Drag and drop worksheets to change their order.
- Switch to worksheet by click.
- Light and dark appearance.
- Rename worksheets.
- English, Russian, Italian translation.
- The whole app is in sync with the Excel Workbook - it means that you don't have to "sync" or "save" settings:)
- App uses Fluent UI style (close to Microsoft Design Guidelines) which adopts best practices of usability and just looks nice:).[Learn more about Excel Addins on Microsoft](https://learn.microsoft.com/en-us/office/dev/add-ins/excel/excel-add-ins-overview)
Usage example:
Sort functionality:
## How to install
### macOS
Video instruction: https://www.youtube.com/watch?v=lvBIJXGeWu4
- Finder way
1. Open Finder and then enter Command+Shift+G to open the Go to folder dialog
2. Enter the following path:`/Users//Library/Containers/com.microsoft.Excel/Data/Documents/wef`
Where is the name of your system user.
If the `wef` folder doesn't exist on your computer, create it:
- Open Finder and then enter Command+Shift+G to open the Go to folder dialog
- Enter the following path:
`/Users//Library/Containers/com.microsoft.Excel/Data/Documents/`Create `wef` folder.
3. Copy the following add-in's manifest file to this `wef` folder.
https://raw.githubusercontent.com/xsoulspace/sheets_manager_excel_addin/develop/manifests/office_manifest.xml
4. Open Excel, and then open any document or restart Excel if it's already running.
5. In Excel, choose Insert > Add-ins > My Add-ins (drop-down menu), and then choose "Sheet Manager".
! Important
The addin will not show up in the My Add-ins dialog box. They are only visible within the drop-down menu (small down-arrow to the right of My Add-ins on the Insert tab).### Additional information:
https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-an-office-add-in-on-mac
### Windows
_work in progress_
## Donations / Sponsor
Please sponsor or donate to the creator on [Boosty](https://boosty.to/arenukvern) or [CloudTips](https://pay.cloudtips.ru/p/1629cd27).
Thank you for your support and have a great day! 🌄
## Contributing
All [comments](https://github.com/xsoulspace/sheets_manager_excel_addin/issues) and [pull requests](https://github.com/xsoulspace/sheets_manager_excel_addin/pulls) are welcome.
## Getting Help
If you need help getting started with Sheet Manager or have any questions, check out our [Discord Community](https://discord.gg/y54DpJwmAn).
## Build
web:
flutter clean && flutter pub get && flutter build web --csp