Click here to Skip to main content
15,907,326 members

Comments by Hatepeora (Top 4 by date)

Hatepeora 19-Feb-16 9:04am View    
Here is an approach for reading excel files from PHP that actually is not affected by memory limit for PHP framework.
Hatepeora 19-Feb-16 9:00am View    
Here is another approach that you can consider using for creating excel file in PHP.
Hatepeora 16-Feb-16 8:16am View    
I must say this word processing library for .net has a much wider range of features for various mail merge tasks done in C#. You should check it out.
Hatepeora 15-Feb-16 7:32am View    
Tracy I'm afraid that when you're working with Word automation in .NET you can expect bad performances because from behind the scene you're actually running the MS Word application itself. Also it's not recommended to use it on server side.
Instead you should try this Word processing library for .NET, it provides a direct API for converting Word documents to PDF files in C#.