How can I export a Date type to openoffice / libreoffice when I need to export a String type I do it as follows.
SheetOpenOffice.GetCellByPosition(vCont,vlinha).SetString(Q_Assoc.Fields[i].AsString);
How can I do when the type that comes in the query is a Date type?