How to Solve NameError: name 'excel2json' is not defined

Solution: Import the 'excel2json' module

To Solve the error, add the following line to the top of your code.

import excel2json

 

For more information:
Python excel2json