PydPiper / pylightxl

A light weight, zero dependency, minimal functionality excel read/writer python library
https://pylightxl.readthedocs.io
MIT License
290 stars 47 forks source link

Fix #87 Make excel types inferring optional #88

Open ypankovych opened 1 year ago

ypankovych commented 1 year ago

Adding extra param to readxl function.

Now its possible to disable automatic type casts by passing infer_types=False (defaults to True)

ypankovych commented 2 months ago

@PydPiper are you there?