python - what is the difference b/w excel's EMPTY and BLANK column -


i writing utility convert excel desired json format. in json format store metadata columns datatype.

for consuming xlrd module in python.

i trying create mapping between columns data-type in excel internal python's data-type.

i having confusion distiguish between xl_cell_empty , xl_cell_blank returned xlrd.sheet.cell().

for have kept both same in code, still afraid in future might fell trouble. accepted.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -