jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.48k stars 330 forks source link

Fix typos in data_validate.c #449

Closed jabuj closed 2 months ago

jabuj commented 2 months ago

There is a typo in data_validate.c, where time validation doesn't work.

Also changed the spelling of "dropdown" to be consistent across the file.

mohd-akram commented 2 months ago

Also, this:

https://github.com/jmcnamara/libxlsxwriter/blob/f2084bcf78678eea30e698f79ea373e234fc5818/examples/data_validate.c#L96-L99

should be changed to LXW_VALIDATION_TYPE_INTEGER_FORMULA

These need to be fixed in docs/src/working_with_data_validation.dox as well.

jmcnamara commented 2 months ago

@jabuj and @mohd-akram thanks for the fixes. I'll make the changes myself since there are a couple of other minor things to be fixed as well.

jmcnamara commented 2 months ago

Fixed on main.