Re: convert text file to excel ? (continued)



What part of the process are you having a problem with? Parsing the input, creating the output, creating the output file, writing to the output file, etc?

<pakerly@xxxxxxxxx> wrote in message news:36a001f9-3af8-4cc3-9995-1dc181da11e8@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Nov 17, 8:08 pm, "eBob.com" <faken...@xxxxxxxxxxxxxxxx> wrote:
snip <
Well my initial reaction to this was just that. Write a little program
that opens a file, Removes the first two lines, because I really don't
need the headings, moves over 10 spaces and inserts a tab, moves over
15 and inserts a tab and then saves the file as .xls

My problem is I only have figured out how to read in a file so far :(

.



Relevant Pages

  • Re: I dont quite understand this exercise...
    ... "Write a program detab that replaces tabs in the input with the proper number of blanks to space to the next tab stop. ... This is a general type of program known as a filter, which takes one input file and produces an associated output file with some defined modification. ... They are suggesting that you might want to allow some way to specify the tab spacing or tab columns that your input file assumes. ...
    (comp.lang.c)
  • Re: Data and File I/O
    ... >you basically just need to open an output file, and as you read in the data, ... >If it is a tab then just write out 4 spaces, ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.programmer)
  • Re: I dont quite understand this exercise...
    ... "Write a program detab that replaces tabs in the input with the proper number of blanks to space to the next tab stop. ... This is a general type of program known as a filter, which takes one input file and produces an associated output file with some defined modification. ... They are suggesting that you might want to allow some way to specify the tab spacing or tab columns that your input file assumes. ...
    (comp.lang.c)
  • Re: simple form need tab for blank checkbox
    ... > Hi I have a simple webform which is processed with php. ... > field gives a tab in the output file but I also need empty checkboxes ... > to return a tab. ...
    (comp.lang.php)
  • simple form need tab for blank checkbox
    ... Hi I have a simple webform which is processed with php. ... field gives a tab in the output file but I also need empty checkboxes ... to return a tab. ...
    (comp.lang.php)

Loading