CSV2XML
A number of years ago, I wrote a Java application which was designed to convert CSV to XML format. The …
I write code. It’s what I do. The aim: create something wonderful.
A number of years ago, I wrote a Java application which was designed to convert CSV to XML format. The …
I do a lot of programming. It’s what I do for a living, and it’s also what I do to …
A few months ago, I wrote this blog entry here where I talk about logging into SharePoint, verifying a particular file …
This last week I have been hard at work on a project for a client. Essentially, the client needed an excel macro which would accomplish this:
1. Open a worksheet found in a predetermined location on a SharePoint Server.
2. Do some stuff with it.
3. Save the worksheet back to the SharePoint Server.
It seems pretty simple, doesn’t it? SharePoint is Microsoft, Excel is Microsoft, you’d think the two would talk to each other easily; or that Microsoft would build in various classes and methods associated to make linking Excel to SharePoint simple.