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.
- 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
Video instruction: https://www.youtube.com/watch?v=lvBIJXGeWu4
- Finder way
- Open Finder and then enter Command+Shift+G to open the Go to folder dialog
- Enter the following path:
/Users/<username>/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/<username>/Library/Containers/com.microsoft.Excel/Data/Documents/
Create wef
folder.
- 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
-
Open Excel, and then open any document or restart Excel if it's already running.
-
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).
https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-an-office-add-in-on-mac
work in progress
Please sponsor or donate to the creator on Boosty or CloudTips.
Thank you for your support and have a great day! 🌄
All comments and pull requests are welcome.
If you need help getting started with Sheet Manager or have any questions, check out our Discord Community.
web: flutter clean && flutter pub get && flutter build web --csp