trapias / TrelloExport

Chrome extension to export Trello boards to Excel, Markdown, HTML, OPML and CSV
MIT License
127 stars 27 forks source link

Using code in ASP #80

Closed noblerboy2004 closed 3 years ago

noblerboy2004 commented 3 years ago

Could I use the code in ASP.Net project? Just call function and download xls file to local? Thank you.

trapias commented 3 years ago

@noblerboy2004 well you could adapt the script to run on a page of yours, but you'd have to handle authorization to be able to call the APIs (only running inside the Trello web app itself, it is not necessary for TrelloExport).