Copy Contents of an exported CSV File to an Identical But Formatted XLSX File

Discussion in 'other software & services' started by TerryWood, Apr 2, 2024.

  1. TerryWood

    TerryWood Registered Member

    Joined:
    Jan 14, 2006
    Posts:
    1,094
    Hi @ Wilders

    I have a Personal Finance software on my Windows Desktop which produces reports ONLY in CSV format. So each time I want to print out a report that looks "pretty" it involves a fair amount of formatting.

    To get round this I have produced an identical sheet in LibreOffice Calc in both xlsx and ODS format. Both have been formatted to "pretty" them up.

    What I am seeking to do is to copy the contents of my next CSV export and to overwrite the same content in the xlsx and ODS sheets, BUT I want to retain the formatting in the xlsx and ODS files.

    Is this possible and how do I do it?

    Thank you

    Terry
     
  2. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    6,312
    Not with CALC, maybe with Excel and a VB script. i consider even powershell not usable for this.
    ACCESS maybe can do this to convert data into another form and format cells. but...

    each office table sheet software is able to read data from another file, in excel it's (in german in only tell) "sverweis", "xverweis", "index" and similar. or very simple to read out a special cell. but...

    both documents are tied, if you lose source, then target is also lost in space.

    what else? xlsx is a compressed format, maybe xls uncompressed has to preferred.
    what else? a conditional format? but...

    my knowledge about excel is very limited, just started again for rare use, for me only i use softmaker office.
     
  3. TerryWood

    TerryWood Registered Member

    Joined:
    Jan 14, 2006
    Posts:
    1,094
    Hi Brummelchen

    Thanks for that it helped me with my problem.

    Terry
     
  4. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    6,312
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.