I have text files from a data logger in a format like this hh:mm, Data, Data that I need to import into Excel.
I have a problem. I import this in to my program: using Microsoft.Web.Services2; using Microsoft.Web.Services2.Addressing;
I\'ve got a sheet setup with the following VBA: Sub PrintPDF() Application.DisplayAlerts = False ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
I have a SQL server database with th开发者_运维百科e following structure: [Order] OrderId CustomerId
If you own a group on facebook is there a way to extract y开发者_如何学运维our members data(name + email) via the facebook api? (this would be ideal)
I am working on a directory site based on Wordpress and I need to import categories and members from an existing website. WordPress currently has an importer tool that is said to allow imports of cate
Tips, Tricks, Pitfalls & Best Practice please: in other words e.g. Do use this connection Don\'t use this datatype
Morning, Got a python app I have been working on. Currently it consits of just a couple of files but as it gets bigger I am creating more and more files and the top of my main python file I am doing
I\'m trying to embed groovy into my application and have a problem with imports. I wish to split scripts into several files and/or modules. Lets say I want to have some Utilities.groovy with Utilitie
I would like to import data from a CSV file into an existing database table.I do not want to save the CSV file, just take the data from it and put it into the existing table.I am using Ruby 1.9.2 and