devops-israel / aws-inventory

AWS Inventory in a single HTML file using JS AWS-SDK & Bootstrap
MIT License
388 stars 121 forks source link

Adding export option to excel (.xlsx) #22

Open Zvikan opened 4 years ago

Zvikan commented 4 years ago

As https://github.com/devops-israel/aws-inventory/pull/21 is still on not completed, I took it into my hands and completed some parts of it.

Notes: Exporting everything right now will download multiple files, excel files per region. The reasons I did it are:

@kesor I am not sure if I am completely happy with the select-box position right now, let me know what do you think I can move it around or add some extra padding to prettier it

Zvikan commented 4 years ago

Added some top padding in the export div so it will have some spacing between the region navigation list to the export button line.