Wait, I think I found it in libxl.def , obviously
! numeric format identifiers (see
http://libxl.com/format.html )
define NUMFMT_GENERAL = 0
define NUMFMT_NUMBER = 1
define NUMFMT_NUMBER_D2 = 2
define NUMFMT_NUMBER_SEP = 3
define NUMFMT_NUMBER_SEP_D2 = 4
define NUMFMT_CURRENCY_NEGBRA = 5
define NUMFMT_CURRENCY_NEGBRARED = 6
define NUMFMT_CURRENCY_D2_NEGBRA = 7
define NUMFMT_CURRENCY_D2_NEGBRARED = 8
define NUMFMT_PERCENT = 9
define NUMFMT_PERCENT_D2 = 10
define NUMFMT_SCIENTIFIC_D2 = 11
define NUMFMT_FRACTION_ONEDIG = 12
define NUMFMT_FRACTION_TWODIG = 13
define NUMFMT_DATE = 14
define NUMFMT_CUSTOM_D_MON_YY = 15
define NUMFMT_CUSTOM_D_MON = 16
define NUMFMT_CUSTOM_MON_YY = 17
define NUMFMT_CUSTOM_HMM_AM = 18
define NUMFMT_CUSTOM_HMMSS_AM = 19
define NUMFMT_CUSTOM_HMM = 20
define NUMFMT_CUSTOM_HMMSS = 21
define NUMFMT_CUSTOM_MDYYYY_HMM = 22
define NUMFMT_NUMBER_SEP_NEGBRA = 37
define NUMFMT_NUMBER_SEP_NEGBRARED = 38
define NUMFMT_NUMBER_D2_SEP_NEGBRA = 39
define NUMFMT_NUMBER_D2_SEP_NEGBRARED= 40
define NUMFMT_ACCOUNT = 41
define NUMFMT_ACCOUNTCUR = 42
define NUMFMT_ACCOUNT_D2 = 43
define NUMFMT_ACCOUNT_D2_CUR = 44 ! [101] was 43
define NUMFMT_CUSTOM_MMSS = 45 ! [101] was 44
define NUMFMT_CUSTOM_H0MMSS = 46 ! [101] 45
define NUMFMT_CUSTOM_MMSS0 = 47 ! [101] 46
define NUMFMT_CUSTOM_000P0E_PLUS0 = 48 ! [101] 47
define NUMFMT_TEXT = 49 ! [101] 48