The file-processing tag has no wiki summary.
-2
votes
1answer
141 views
HTML5 FileReader API & IE Support (reader.readAsBinaryString) [closed]
I have trouble reading the Uploaded File (XLSX) via FileReader API's "readAsBinaryString" method in IE10. "readAsText" method works fine. Has anyone come across this, does IE support this method? Am I ...
2
votes
2answers
153 views
apex program to create and download a file
So I'm trying to find a way to download a report from salesforce programmatically, to a local machine.
so, I've found the XMLStreamWriter class, and am writing the XML just fine... I'm just wondering ...
1
vote
1answer
50 views
Is it possible to to download file larger than 3mb in apex?
Right now I'm limited by the 3mb heap restriction. Since an httprequest cannot be chunked when requesting a file be downloaded is there another way?
5
votes
3answers
420 views
need to process an excel file with apex
I have a need to process an excel file with apex.
Once a user uploads an excel.
Once they click the upload button it should store probably in contentversion (libraries) or documents and once it is ...