MalikSamiAwan / tables_syncer_excel_addin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributor Covenant LICENSE Discord

Tables Syncer (Microsoft Excel Web Addin)

Welcome to the Tables Syncer 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 tables in Excel Workbook in the most efficient way.

Features

  • Light and dark appearance.
  • English, Russian, Italian translation.

Learn more about Excel Addins on Microsoft

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/<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.

  1. Copy the following add-in's manifest file to this wef folder.

https://raw.githubusercontent.com/xsoulspace/tables_syncer_excel_addin/develop/manifests/office_manifest.xml

  1. Open Excel, and then open any document or restart Excel if it's already running.

  2. 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 or CloudTips.

Thank you for your support and have a great day! 🌄

Contributing

All comments and pull requests are welcome.

Getting Help

If you need help getting started with Tables Syncer or have any questions, check out our Discord Community.

Build

web: flutter clean && flutter pub get && flutter build web --csp

About

License:MIT License


Languages

Language:Dart 89.9%Language:C++ 4.3%Language:CMake 3.7%Language:HTML 1.0%Language:Swift 0.4%Language:Ruby 0.3%Language:C 0.3%Language:JavaScript 0.2%