Four hours ago, Matthias Felleisen wrote:
> 
> It is a perfectly normal idea. Racket comes with a DB library, and I
> think you will be able to extract the data from your SQL db. As for
> generating Excel spreadsheets, I don't know how often you will need
> to do this. I had to take this step in the spring (for personal
> reasons), and I decided to create a CSV file instead, opened it in
> Excel, corrected the two or three mistakes I found, and shipped it
> off.

At least last time I looked, CSV was still very supported in excel --
not as some hack but to the point where excel assigns itself to run
with *.csv files.  So creating a CSV file should be a fine way to do
this.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to