CodeCanyon

SQL Document Generator

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
interface79 says
Purchased

hello ? use this script it works in my local computer but when try to internet it is not work. ? try to export excel but it is show on my web page but when ? try to in my localhost it is export excel what is problem

4 months ago
Author
QuanticaLabs QuanticaLabs replied

Hello,

Please check your mailbox.

4 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
interface79 says
Purchased

thanks for your help quantica. ? want vote but how can ? do it. ? try to vote but ti is disable

4 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
revazbregvadze says
Purchased

hello i have problem to excel gieorgian unicode

????????????

4 months ago
Author
QuanticaLabs QuanticaLabs replied

Hello,

Please send me PM via contact form from my profile page.

4 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
RealDesign says
Purchased

Help … here is the location: http://roberts.realdesigngraphics.com/test/download.php

the download.php file is:

<? require_once(‘DocumentGenerator.inc.php’);// include library ?>

if($_POST['ExportToXLS1'])
{
    $XLS=new XLSGenerator(_host, _user, _password, _database);// create object    
    $XLS->setColumn(false);// do not display the table header        
    $XLS->connect();// connect to database
}
$XLS->executeQuery('select * from customers');// execute a query        
$XLS->export();// create document

<form name=”XLSExample1” method=”post” action=””>

<input type="submit" name="ExportToXLS1" value="Export to XLS I">

</form>

I am obviously not setting something up right … it doesn’t matter which of the document types I try it says it can’t change the headers and it spits out jibberish at the bottom that is probably supposed to be the file, but isn’t (I expected to be able to download it) but I dont’ have a clue where to begin to trouble shoot this.

Any help would be greatly appreciated (let me know what info you need)

3 months ago
Author
QuanticaLabs QuanticaLabs replied

Please check your mailbox.

3 months ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • France
vvinzz says

Hi.. Can I use this script to save as .srt file ? Thanks

3 months ago
Author
QuanticaLabs QuanticaLabs replied

Hello,

Unfortunately it isn’t possible.

3 months ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • Canada
transitnetwork says
Purchased

can I change the text size on the pdf output? I need to fit quite a large table on the page.

3 months ago
Author
QuanticaLabs QuanticaLabs replied

Hello,

For example:

$PDF->getExcelObject()->getActiveSheet()->getDefaultStyle()->getFont()->setSize(8);
3 months ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • Canada
transitnetwork says
Purchased

that did the trick thanks, is there a list of other configurable options somewhere?

3 months ago
Author
QuanticaLabs QuanticaLabs replied

Hello,

Please check documentation of PHPExcel: http://phpexcel.codeplex.com/releases/view/45412

3 months ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • Canada
transitnetwork says
Purchased

I am trying to run this on a local web server, it runs fine on my testing server but it spits out garbage text on local web server, all requirements installed, any idea what would cause this?

2 months ago
Author
QuanticaLabs QuanticaLabs replied

It’s hard to say without any other data (like screenshots etc.). Maybe you should clear buffor before sending data? Please check: http://www.php.net/manual/en/ref.outcontrol.php

2 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
brownmestizo says
Purchased

Hi. I have an SQL table with 40 columns. Oddly enough, when I use the XLS option, I only get random 27 columns. The other options work fine. It seems this is only applicable for XLS exports. Any suggestions how to remedy this?

18 days ago
Author
QuanticaLabs QuanticaLabs replied

Hello,

Please send me private message.

18 days ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
dowzer says

Can I add a header and footer to the PDF documents once created? I would like to add a logo and company name, for example to the PDF

Thanks Jason

15 hours ago
Author
QuanticaLabs QuanticaLabs replied

Hello Jason,

Yes, it’s possible, but needs some modifications.

12 hours ago
Default-user dowzer replied

Is it a modification which I can do or does it require an update to the script first?

I need to be able to allow customers to download CSV , PDF and DOC versions of reports of their data and need the PDF report in particular to include company name, logo and some additional wording such as CONFIDENTIAL etc

Thanks Jason

12 hours ago
by
by
by
by
by