User Portlet User Portlet

Discussions
If you don't leave off the headings, what command(s) is necessary. I have been trying to import an excel file with headings and can't figure out how to get excel interpret the first line as a header so that, for example, I can issue a command to find...
I need to create a CDF application in the Wolfram Cloud that is capable of printing and downloading output (equivalent to Export in Mathematica) when accessed by users. It seems like the [Producer plan][1] should allow me to do that but it is not...
Udo, thank you. I did not realize it was a 3x3x3x3x3x3  matrix. My intent was a 297 x 6 matrix and I was trying to do it with the use of nested loops. That makes perfect sense. Ariel, thank you. This is a big project. ~700 lines of procedural code...
You'll find some information about this here: [*][url=http://mathematica.stackexchange.com/questions/29324/creating-mathematica-packages]http://mathematica.stackexchange.com/questions/29324/creating-mathematica-packages[/url]
Problem Solved! Thank you! The solution that have posted works wonderfully! Cheers!
After your comment I went back and re-read the "A Good Trick to Know" bit in the Intro to Dynamic help for the 100th time, but this time it made sense. Thanks!
It seems like there is a bug in the code generating your lines.  Sometimes what works fine in the Global context may not work fine in other contexts like that created by a DynamicModule.  This problem is more common when you have mix of Global and...
> I admit that getting started with the Workbench was not easy but at this point I do ~95% of my work in it.  Is just the editor that I consider way much more efficient to handle large applications.  Some reasons that quickly come to my mind: 1- get...
As a long time Mathematica user, in many cases I found myself recreating the same code for the same type of data manipulation or analysis needs. Long story short, I decided to create an application which helps me make better use of my time...