twinend Posted May 15, 2006 Posted May 15, 2006 Hi, How can I write a log or any data to excel ? Any examples should be grate. thanks, Eitan
ChrisL Posted May 15, 2006 Posted May 15, 2006 (edited) Hi, How can I write a log or any data to excel ? Any examples should be grate. thanks, Eitan Does it need to be excel specifically format or would a CSV file do cos excel will read a CSV no problem? FileWriteLine ( "Myfile.log", "Column1 data, Column2 data, Column3 Data" ) Edited May 15, 2006 by ChrisL [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Fabi Posted May 29, 2006 Posted May 29, 2006 Hello everybody! I do have almost the same problem. but i du really have to write into an Excel-file. I open the file with the dos-order. FileWriteLine only writes only a text-file. does somebody wrote a skript writing into excel. Or maybe somebody knows how to do so. Thanks Fabian
ChrisL Posted May 29, 2006 Posted May 29, 2006 http://www.autoitscript.com/forum/index.php?showtopic=14166 [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now