Y
Hacker News
new
|
ask
|
show
|
jobs
by
ystvn
3720 days ago
For Python use, what would be the case for using this over something like xlwings -- what are the main benefits over xlwings?
2 comments
alexzhu
3720 days ago
xlwings doesn't let you write Python code straight in the cells and have it immediately Just Work. It requires you to install a plugin and write commands in a separate file to execute Python. The UX difference is key here.
link
zgao
3720 days ago
Also if you want shared sheets.
link