On Wed, Dec 18, 2013 at 4:02 AM, Akshay Aggarwal < [email protected]> wrote:
> I'm new to app engine. I'm currently doing a project that requires parsing > & generation of excel sheets. As of my knowledge POI requires a lot of > system resources. Will I be able to use the API within the free limits of > the app engine? > > It depends on the traffic of the application and the size of the Excel sheets you're creating. Yes, POI can be a memory hog, but as long as you're only generating small Excel sheets you should be fine. If you're generating large files, then you'll have to upgrade to larger instances and potentially exceed the free tier. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
