mogsdad / SheetConverter

Google Apps Script library - interprets Google Sheets Formats, converts to formatted text or html
49 stars 25 forks source link

Patch to allow HTML link processing #19

Closed ChadEmory closed 3 years ago

ChadEmory commented 4 years ago

Please import the following patch to enable HTML links to be processed by the Script.

ChadEmory commented 3 years ago

Removed all logger references in my version of the code. I also noticed there is more Logger entries in other areas of the code that you might want to clear out as well.

mogsdad commented 3 years ago

Removed all logger references in my version of the code. I also noticed there is more Logger entries in other areas of the code that you might want to clear out as well.

There is only one instance in code (vs in comment examples), and it serves the specific purpose of reporting back to the user that the format they have provided is not supported. That's a stark difference from leftover debugging code.

mogsdad commented 3 years ago

Thanks for the PR, Chad - merged.