MS Office Question--Putting text hyperlinks in an Excel document

You know how we code links here, for instance www.whatever.com.

Well, suppose I’m writing a program (in Java, to be exact), that produces a CSV file which later gets loaded into Excel. This is a schedule and set of operating instructions, and I’d like to have a column of text hyperlinks that will lead the user to a detailed list of steps. Is this possible? Is there some way to do this from Java? Knowing that Java is from Sun and not MS, I’m not altogether optimistic, but hope abides.

Is Ctrl-K what you are after?

Or Insert --> Hyperlink in your toolbar.