Hi, I'm exploring the jexcelapi library (http:// jexcelapi.sourceforge.net), and one of the classes there is jxl.write.Number. So, when I do:
=> (import 'jxl.write.Number) I get: Number already refers to: class java.lang.Number in namespace: user [Thrown class java.lang.IllegalStateException] I tried excluding the Number symbol from the current namespace but that doesn't work (or I'm doing it wrong). So, how do I import classes with names that already exist in my namespace? p.s. As far as writing Excel spreadsheets is concerned, I'm aware of the Apache POI project, this one is the next on my list... Thanks, Igor Rumiha -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en