Andreash - this product is designed specifically for Excel - as an end user, you can pull data from within Excel directly to your spreadsheet (which may already contain models, charts etc.), without having to shuffle around multiple files.
Hi, I'm one of the developers. Let me know if you have any questions.
We'd like to get as much feedback as possible, and we have a special offer going on towards that end: free service with unlimited users until April. We'll also build out your integration for you if you'd like us to.
If you think this'd be helpful for your company, leave a message here or email me at ben@datanitro.com.
This is primarily for analytics and other data companies with non-technical customers. They get requests for data in spreadsheets, and they usually manage that by generating and sending over one-off CSV's.
Voyager is an interface that's easier to use for the devs, and much easier for the end-users.
I'd imagine that the most common use cases will be the ones where people are already using excel, where the python is definitely an improvement over python, the default and only other programming language integrated with excel.
I used it to validate my an algorithm written in python, which was basically a many-step series of matrix multiplications
datanitro basically served as a debugger, letting me 'show my work' at each step in the algorithm, outputting matrices to excel spreadsheets as it ran. Excel provides a pretty good set for validating that the output at each step matched expectations, like conditional formatting where you can color cells based on their value and other math and graphing functionality
I can say for sure that I prefer using python with excel to using VBA, the only other previous option.
Although I find programming fun in general, using VBA is definitely not as fun as other languages. If I had more complicated uses for macros I would definitely shell out the $100 for it.