+ Reply to Thread
Results 1 to 3 of 3

How do I convert excel file into ASCII text file with alignment?

  1. #1
    Rosaiah
    Guest

    How do I convert excel file into ASCII text file with alignment?

    I am working with a medium size financial organisation. We are receiving our
    bank statements in Excel Work Books. Ours is a Cobol Based programming
    system.

    We want to do our Bank Reconciliation (BRS) thorugh a program by taking the
    data from Bank.

    Our programmers wants the data in ASCII text format to do the BRS in
    computers. But the bank was giving the data in Excel work book as said above.

    I am unable to convert the same into ASCII Text file.

    Please help me to convert the data into ASCII Text file.


    Rosaiah Choudary Dodda

  2. #2
    Ed Ferrero
    Guest

    Re: How do I convert excel file into ASCII text file with alignment?

    Hi Rosaiah,

    File - Save As...
    Change the Save As Type at the bottom of the dialog to CSV

    Ed Ferrer
    http://edferrero.m6.net


    > Our programmers wants the data in ASCII text format to do the BRS in
    > computers. But the bank was giving the data in Excel work book as said
    > above.
    >
    > I am unable to convert the same into ASCII Text file.
    >
    > Please help me to convert the data into ASCII Text file.
    >
    >
    > Rosaiah Choudary Dodda




  3. #3
    Dave Peterson
    Guest

    Re: How do I convert excel file into ASCII text file with alignment?

    ..csv files aren't aligned.

    But you could try File|SaveAs|Save AS Type:
    Formatted Text (Space delimited)(*.prn)

    This is limited to 240 characters per line. And you may have to experiment with
    the columnwidths to get it perfect.

    Another option is to use your own VBA procedure to export the data the way you
    want.

    JE McGimpsey has some nice code you can borrow and enhance at:
    http://www.mcgimpsey.com/excel/textfiles.html

    If you're new to macros, you may want to read David McRitchie's intro at:
    http://www.mvps.org/dmcritchie/excel/getstarted.htm

    Rosaiah wrote:
    >
    > I am working with a medium size financial organisation. We are receiving our
    > bank statements in Excel Work Books. Ours is a Cobol Based programming
    > system.
    >
    > We want to do our Bank Reconciliation (BRS) thorugh a program by taking the
    > data from Bank.
    >
    > Our programmers wants the data in ASCII text format to do the BRS in
    > computers. But the bank was giving the data in Excel work book as said above.
    >
    > I am unable to convert the same into ASCII Text file.
    >
    > Please help me to convert the data into ASCII Text file.
    >
    > Rosaiah Choudary Dodda


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1