MatthiasEberl / cordysfilecon

Automatically exported from code.google.com/p/cordysfilecon
Apache License 2.0
0 stars 0 forks source link

Excel Read does not work when "numrecords" = -1 #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Read Excel file with ReadFileRecords method,
Sample Request : 
<ReadFileRecords xmlns="http://schemas.cordys.com/1.0/ac/FileConnector">
      <filename>D:/test.xlsx</filename>
      <filetype>Excel</filetype>
      <numrecords>-1</numrecords>
      <offset>0</offset>
      <validateonly>false</validateonly>
      <usetupleold>false</usetupleold>
</ReadFileRecords>

What is the expected output? What do you see instead?
Response should contain all the valid rows but now it does not return any row.

What version of the product are you using? On what operating system?
BOP 4.1 CU5, Windows 64bit, File Connector 1.2.20

Original issue reported on code.google.com by srkrish...@cordys.com on 2 Jan 2012 at 8:34

GoogleCodeExporter commented 9 years ago
Fixed in r91.
Will be available from 1.2.21

Original comment by srkrish...@cordys.com on 4 Jan 2012 at 12:26