Skip to content

evandwight/modernexcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModernExcel - alpha

The typical Excel file is a mess. Modernize the files you inherit by automatically applying best practices. Inspired by you suck at excel.

ModernExcel aims to bring the modern programming standard of linting to excel.

No further development due to lack of interest

Getting started

  1. Install the plugin
  2. Click View > Show Task Pane (Modern Excel) > Analyze
  3. Apply the recommendations apply the recomendations
  4. Enjoy converting your formulas from the unintelligble = B1 * B2 to the understandable = TAX_RATE * SALARY

Available recommendations

  • Use names not references

Transform your formulas from:

= B1 * B2

To:

= TAX_RATE * SALARY

Coming soon recommendations

  • Use common styling for inputs and calculations
  • Use names for your columns
  • Use tables
  • Use match/index instead of vlookup
  • Use names for magic numbers

Installation

  1. Download setup.zip
  2. Right click setup.zip > properties > unblock
  3. Unzip and run setup.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages