?prevdifflink? - Blame
--------------------------------------------------------------------------------
HaExcel Framework
--------------------------------------------------------------------------------
This framework can be used as an Haskell library or as a tool. To use it as a
library please type make and see the instructions. Additionally one can
register the library in GHC using cabal. Just do/type the following steps:
- runhaskell Setup.hs configure
- runhaskell Setup.hs build
- runhaskell Setup.hs install
This will register the library in GHC. Additionally it creates a command line
tool HaExcel located at dist/build/HaExcel/. Its usage is
"HaExcel spreadsheet_in_file sql_out_file". One can also build a web based
tool. Just uncomment the respective commented in Main and comment the
uncommented one. It will produce a cgi with the name has before and in the same
place. Just put it in your web server. One can also try the already online tool
at http://haskell.di.uminho.pt/jacome/HaExcel.cgi.
For more details check the project web page www.di.uminho.pt/~jacome and enter the
HaExcel project or send an e-mail to the author jacome@di.uminho.pt.
|