This is my first post.
I want to export my html table data to single cell of excel.
If i use table tags, it throws output data to new lines or cells.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So after struggling for 3 days, found answer by my self.
I used gd library functions to create big image like table and put smaller boxes (with borders) in it which gave effect of table cells.
I used PHP-Excel 2007 to flush the image in different different cells like A1,B1,C1 .
So, thank you all.