Open GoogleCodeExporter opened 9 years ago
Your issue does not have so much to with the library, instead you can get your
correct result by using the str_pad function when you're reading that very
column:
$val = str_pad($val, 7, 0, STR_PAD_LEFT);
Original comment by endar...@gmail.com
on 16 Jun 2013 at 12:55
Original issue reported on code.google.com by
stephenp...@gmail.com
on 6 Jun 2013 at 1:31Attachments: