https://bz.apache.org/bugzilla/show_bug.cgi?id=63346

Andreas Beeker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from Andreas Beeker <[email protected]> ---
I see two issues here:

- you haven't reacted to what I've requested, i.e. saving to a file (instead of
the ByteArrayOutputStream). This is just temporarily for testing, to assist in
finding the problem. you can use the ByteArrayOutputStream.writeTo() method to
forward to the FileOutputStream

- how do you handle a base64 encoded JSON String? when saving the file on
client/browser side, this might lead to further errors. Is it really necessary
to handle this in an AJAX call ... or can't you simply return a byte stream of
content-type "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
" and leave the handling to the browser?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to