× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
NielsGron reported 2011-12-05T21:29:57Z  · last modified 2011-12-05T23:32:13Z

AQExcelReader not reading correctly with blank cells


Priority Low
Complexity Unknown
Component Open API - IO
Version 10.0

See script below, results, attached screenshot and attached spreadsheet.

=============

var yd = aqua.io.newExcelReader();
yd.setFirstLineContainsColumnNames(false);
yd.setFile("c:\\test.xlsx");
var row;

while((row = yd.readNextRow()) != null)
{
    aqua.console.println(row.get(0));
}
yd.close();
=============

Results :

row1colA
row2colB
row3colA
 

 

2 attachments

Issue #6195

Closed
Fixed
Resolved 2011-12-05T22:20:18Z
 
 
Completion
No due date
Fixed Build 10.0.3_06
No time estimate

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