Live data from Hacker News

ClipData.jl Easy interaction between Excel and Julia

github.com

1–3 of 3 posts

Re: ClipData.jl Easy interaction between Excel and Julia

#2
Hello everyone. Hackernews has been discussing excel a lot the past few days. Fortunately, this conversation coincided with a release of a Julia package I've been working on, ClipData.

It's a very simple package that also displays some of the core strengths of Julia as a language: multiple dispatch and interactivity.

I can imagine someone slowly transitioning a complicated workbook to a script with this package.

Re: ClipData.jl Easy interaction between Excel and Julia

#3

Hello everyone. Hackernews has been discussing excel a lot the past few days. Fortunately, this conversation coincided with a release of a Julia package I've been working on, ClipData. It's a very simple package that also displays some of the core strengths of Julia as a language: multiple dispatch and interactivity. I can imagine someone slowly transitioning a complicated workbook to a script with this package.

Just tried it out -- super convenient! Seems to work fine with LibreOffice as well.