× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
SachinPrakash reported 2013-01-22T21:05:36Z  · last modified 2014-06-09T23:00:45Z

When generating xls via AquaScript, can the data start at row 1 and have the "generated on ..." text be moved to bottom of report?


customer request faq
Dev
Fun Fun
funfun
QA
Priority Low
Complexity Unknown
Component Editor - AquaScripts
Version Future - .9

 

When using AquaScripts to send an excel file to email the data comes in the sheet with a few empty rows on top of the sheet and one column at the side, as in sheet that I attached to the email

 

Is there a way to have that it should start the DATA at the first row in the sheet and write the date time generated at the end of the report?

 

I use this in the script

// define data set settings

dataSetSettings = aqua.report.newReportDataSetSettings();

dataSetSettings.setShowHeader(true);

dataSetSettings.setShowRowNumber(false);

// NOTE: set text to (null) on NULL value is not supported

dataSetSettings.setShowAltRowColor(true);

dataSetSettings.setAltRowBackgroundColor('#c0c0c0');

dataSetSettings.setAltRowForegroundColor('#000000');

 

// add data set to report

report.addDataSet(dataSetdataSetSettings);

 

// save report as Excel

report.saveAsExcel2007(reportname);

2 attachments

Issue #8233

Closed
Incomplete
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017