Batch calculation

Issue #97 closed
Former user created an issue

Originally reported on Google Code with ID 97

I had this idea about batch calculation.
You define a text or XML file with a formula and possible values for some
variables. then you load the file, and the calculator shows you all the
results. or maybe the output can be defined as a text or html file in a
table or something.

PS: the save session function could offer some more filetypes, too

Reported by makko.ger on 2007-07-27 11:31:23

Comments (6)

  1. Former user Account Deleted

    ``` Wouldn't a plain text file fulfill the purpose (One expression per line)?

    PS: the save session function could offer some more filetypes, too

    What do you mean? HTML, Spreadsheet? ```

    Reported by `helder.pereira.correia` on 2007-07-27 12:04:50 - Labels added: Type-Enhancement - Labels removed: Type-Defect

  2. Former user Account Deleted

    ``` yes, something like this as mentioned above, in a table you can use comma seperated, excel files or open document, too but i think html is the most simple way to implement this ```

    Reported by `makko.ger` on 2007-07-27 15:53:34

  3. Former user Account Deleted

    ``` Implemented in trunk (revision 1124).

    User chooses menu "Session > Execute...", selects a file and SC reads it line by line, sending the text to the editor, then evaluates, keeps history, etc. It acts as a script executor.

    HTML or other format loading can be implemented in the future, but it will be called "Import" instead. ```

    Reported by `helder.pereira.correia` on 2008-03-11 15:03:48 - Status changed: `Fixed` - Labels added: Milestone-0.10

  4. Log in to comment