Spreadsheet Code...

Hello People,I am new around here and very new to q.I was wondering if there is some q code for a simple spreadsheet thatis available.I thought I would ask, before I set out to re-invent that wheel.Regards,Q.

Okay, I found some spreadsheet examples over at ‘No StinkingLoops’… including a two-liner by Arthur, but they are written in K.So far, I only know about q.My q.exe console does not like running those scripts even when I do’' at q) to get into K mode.It also seems that K had a native GUI interface… that q does nothave… is that correct?If so, then it would render these spreadsheet K scripts unusable in q(just a guess)…If not, I would like to know the sequence of commands to get these Kscripts running in the q console.Thanks for any assistance,Q.

Not quite sure what you’re looking for. Do you want to export data from q to a spreadsheet (.csv) or do you want to make a spreadsheet in Excel and have it pull data from a q process?

Hi Tim,I wanted to write a spreadsheet application in q.I found some examples of spreadsheet applications on the web, but theyare written in K.Here is what I mean: http://www.nsl.com/papers/spreadsheet.htmIf you can get these scripts to run in the q console that would bevaluable.When I try to run them in K mode, … in the q console… they do notwork.It seems that K once had a native GUI interface… that q does nothave.These days it also seems that q just provides interfaces to existinglanguages and other third party spreadsheet applications. Although Imay be wrong.Thanks,Q.

X-Mailer: Apple Mail (2.936)

the gui from k2 is gone. q doesn’t have it anymore.

felix