Archive for February, 2009

n85 – Conversation doesn’t work…

Friday, February 27th, 2009 by r.jimi

I tried the Nokia program Conversation.But it didn’t do anything.
But then I copied my SIM contacts to the phone. Now it works.
So to use Conversation, all your contacts have to be on the phone.

Excel: Read first sheet, even if you don’t know the name

Thursday, February 19th, 2009 by r.jimi

Excel! Here’s how to read data from the first sheet, regardless of the sheet name. It was really annoying to think that I needed to add some excel specific library to just read the first sheet (regardless of name).

Title Case in .Net

Thursday, February 19th, 2009 by r.jimi

I was importing data from excel to sql server programatically. The excel is an output from another system. For whatever reason, they output it in all caps. But there is no reason that it should be.
Looked around the net for conversion from caps to camel case Apparently what I wanted was converting to title case, [...]