excel
excel copied to clipboard
how to make it work for mac ???
I want to use this code for mac. Is there a solution for that ?
I don't have access to a mac so I have not tested this code to run on a mac. The only way to really know would be to pull the code down to a local repo and see if you can get it to run. I don't think I did anything that is windows specific but it has been a long time since I have been in this code base.
If you have a more specific question I can try to help more.
Edit: Also have you looked at the pandas module in python. Most of what I have written here can be done by pandas much more efficiently. The excel_to_pdf might be unique though.