How to save and use data from spreadsheet?
Hello community,
to automate my calculations I would like to save results of a spreadsheet calculation as seen below to compute at display the results of further calculations with sagetex.
How could I save the data from a spreadsheet to use them with sagetex?
What for a data-structure/type would you suggest?
csv is pretty standard, and Python can import them pretty easily for further Sage/numpy processing, which can then be fed into SageTeX... more specifics of your current workflow would help SageTeX experts help you, of course.