119 int type = var.metaType().id();
122 case QMetaType::Void:
125 case QMetaType::Bool:
128 case QMetaType::Double:
129 case QMetaType::Float:
135 case QMetaType::QDate:
138 case QMetaType::QDateTime:
141 case QMetaType::QString:
144 case QMetaType::QUrl:
145 writeCell(var.toUrl(), var.toUrl().toString());
virtual void writeEmptyCell()=0
write an empty cell
virtual void writeCell(const char *cell_text)=0
write a text cell
virtual void writeCellVariant(const QVariant &var)
write a cell for a given QVariant
void clearTableCellStyleRef()
virtual void setTableCellStyleRef(OdsTableCellStyleRef style_ref)
virtual void addColorScale(const OdsColorScale &ods_color_scale)
apply solor scale conditional format on a cell range
virtual QString getOdsCellCoordinate()
get the last written cell coordinate in ODS coordinate format get the coordinate of the last written ...
virtual OdsTableCellStyleRef getTableCellStyleRef(const OdsTableCellStyle &style)
virtual ~CalcWriterInterface()
virtual void setCurrentOdsTableSettings(const OdsTableSettings &settings)
set ODS table settings of the current sheet (table)