class documentation

class XlInputCellType(IntEnum):

View In Hierarchy

XlInputCellType列挙体

Members:

InputCellTypeNumber 対象セルが数値

InputCellTypeDateTime 対象セルが日付(時刻)

InputCellTypeString 対象セルが文字列

InputCellTypeBoolean 対象セルがBoolean

InputCellTypeEmpty 対象セルが空文字

Class Variable InputCellTypeBoolean 対象セルがBoolean
Class Variable InputCellTypeDateTime 対象セルが日付(時刻)
Class Variable InputCellTypeEmpty 対象セルが空文字
Class Variable InputCellTypeNumber 対象セルが数値
Class Variable InputCellTypeString 対象セルが文字列
InputCellTypeBoolean =

対象セルがBoolean

InputCellTypeDateTime =

対象セルが日付(時刻)

InputCellTypeEmpty =

対象セルが空文字

InputCellTypeNumber =

対象セルが数値

InputCellTypeString =

対象セルが文字列