Allright, but if use SXSSF how can i stream excel file to that? 
https://github.com/ktsujister/clj-tsv2xls/blob/master/src/tsv2xls/core.clj Like 
in this example
can anybody provide me code example of using that streaming please?
with-open [out-stream (io/output-stream outfile) and further?


суббота, 7 сентября 2013 г., 12:30:43 UTC+6 пользователь Vijay Kiran 
написал:
>
> Hi,
>
> I don't think docjure supports streaming options yet  - but you can try 
> using Apache POI streaming API - 
> http://poi.apache.org/spreadsheet/index.html - that should help in 
> reading large files.
>
> HTH,
> @vijaykiran
>  
>
> On Saturday, September 7, 2013 3:22:27 AM UTC+2, Stanislav Sobolev wrote:
>>
>> Hello guys. I have excel file with huge columns in there.
>> When i used some plugin(docjure, or anything else) it shows 
>> me CompilerException java.lang.OutOfMemoryError: Java heap space, compiling
>> How can i handle that big file without converting it to csv? 
>> Primary problem in xlsx structure, it doesnt have lines or something, 
>> unlike csv.
>>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to