rajeshontheweb Posted November 19, 2009 Posted November 19, 2009 hi, i am gonna dig deep into google spreadsheet api . http://code.google.com/apis/spreadsheets/gadgets/ i tried to search through forums but it doesnt seem there;s been much in this direction. has anyone tried it yet? on the outlook i was thinking of retrieving the files using inetget or similar methods they have the snippets available for java / .net / python etc. java code example available here: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide_java.html rather than me diving into it step by step and realising later that it cant be done so easily, i would request experienced hands here to take a look at it and confirm if this is gonna be possible (i know even if it is not possible we can come up with a workaround, but i wanted to check if i would get stuck at some technical limitaion..) Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
kjcdude Posted April 17, 2010 Posted April 17, 2010 I'm also wondering the same. I'd like to be able to add data to a spreadsheet that outputs to a graph for internal use.
ptrex Posted April 17, 2010 Posted April 17, 2010 @rajeshontheweb It is possible to do this. These are some functions I wrote some time back. ; _ListSpreadSheets ; _ListWorkSheets ; _ListRecords ; _ListRecordsReverse ; _QueryRecords ; _ListCells ; _QueryCells ; _AddWorkSheet ; _AddRecords ; _UpdateRecords ; _UpdateCells ; _UpdateBatchCells ; _ListTables ; _AddTables But unfortunately they are not public (yet). rgds ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
PsaltyDS Posted April 19, 2010 Posted April 19, 2010 These are some functions I wrote some time back.But unfortunately they are not public (yet).Yet...? Ooh. I'm all atwitter with anticipation! When might we see them? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
ptrex Posted April 20, 2010 Posted April 20, 2010 @PsaltyDS I can't predict. I am overloaded with many other projects (not au3 related). The version I created is a pre beta version which seem to work. But code has to be cleaned up, and I need to do further testing as well. Secondly Gdocs is based on XML mostly which is not my strenght. So I need to educate myself further, to manage the Atom Publishing Protocol http://en.wikipedia.org/wiki/Atom_(standard). Rgds ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
tobject Posted April 25, 2010 Posted April 25, 2010 Can you post source, maybe someone else could finish it? I semi-automated Google Squared last night and almost got banned by Google - they thought it's a DoS attack ) lol
EGM Posted October 19, 2010 Posted October 19, 2010 (edited) I've been poking around in this subject as well and have discovered 3 things...1. xml is kinda finicky.2. I need more practice with AutoIt 3. There is now a JSON mechanism in place if anybody is handy with both AutoIt and JSON( append ?alt=json to the feed url ) Edited October 19, 2010 by EGM
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