gebrkn / copytables

Chrome extension to select and copy table cells.
MIT License
124 stars 27 forks source link

incorrect sum and average, 3.00 is not parsed correctly #7

Closed rostok closed 5 years ago

rostok commented 5 years ago

For some reason numbers with to trailing zeroes are not parsed and summed correctly. Here's an example table `

A1
B3.0
C3.00
`

When alt-selecting second column from top row the sum will yield 1, then 4 and 4 again after selecting last row. Count is correct, Average is also affected.

rostok commented 5 years ago

Cannot reproduce this anymore. I am not sure, but probably this was solved in commit 3e3c753.