[erlang-questions] reading excel files in Erlang

Michael McDaniel erlangy@REDACTED
Wed Apr 15 20:26:14 CEST 2009


 I do not know of any Erlang direct-from-excel spreadsheet tool.

 If you export from xls to a comma delimited file, you could
 do something like

   Column_data = lists:nth( Col, re:split(Line, ",") )

~M


On Wed, Apr 15, 2009 at 05:36:36PM +0200, Michael Connors wrote:
>    Hi,
>    Does anyone know if there is an Erlang module for extracting data from
>    data from excel files?
>    I didn't find one on CEAN, but I am new to Erlang so could be looking
>    in the wrong place.
>    Regards
>    --
>    Michael

> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions

-- 
Michael McDaniel
Portland, Oregon, USA
http://autosys.us




More information about the erlang-questions mailing list