PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → What is the easiest way to export to MS Excel
What is the easiest way to export to MS Excel
Débuté par robert zhong, 15 juil. 2004 14:49 - 4 réponses
Posté le 15 juillet 2004 - 14:49
Dear Windevers,
What functions to use when I need to export the content of a table (Hyperfile) as an Excel file.
thank you
robert zhong
Posté le 15 juillet 2004 - 14:58
Hi Robert!
Just put the contents of the hyperfile on a table and from there you can use the right mouse click to get the menu 'Export table to Excel', or you can use the TableToExcel command.
Hope this helps
Daniel
Dear Windevers,
What functions to use when I need to export the content of a table (Hyperfile) as an Excel file.
thank you
robert zhong
Posté le 15 juillet 2004 - 15:00
Hi,
TableToExcel("TABLE1", sFile, taNoTitle)
greetings,
Joop
Member of Dutch speaking WinDev developers group (WDG)
Dear Windevers,
What functions to use when I need to export the content of a table (Hyperfile) as an Excel file.
thank you
robert zhong



New-Way Automation b.v.
Posté le 16 juillet 2004 - 05:57
Joop and Daniel,
thanks, but I am trying OLE automation method , hopfully for more controls.
see if you can point me to the right directions. thks
robert zhong
Dear Windevers,
What functions to use when I need to export the content of a table (Hyperfile) as an Excel file.
thank you
robert zhong
Posté le 16 juillet 2004 - 07:17
Hello again Robert:
your original post was named 'What is the easiest way to export to MS Excel', so I opted for exactly that... (I am lazy)
now, talking about OLE, I am not an expert, but I would start by reading something like
http://msdn.microsoft.com/library/default.asp…
good luck!!