Hi!
I'm facing a problem which my limited programming experience seems preventing me to solve...
I have a bunch of .csv files. I managed to open them, remove unnecessary stuff and combine them together. SO I ended up with a big single .csv containing all of my data. Now i need to import that content to a specific sheet inside a Libreoffice's Calc file. I've found the OOoCOM_UDF_v08.au3 UDF, but honestly I'm having an hard time interpreting it's working... I found a couple of examples but none of them was conclusive... The point is I can read the whole .csv to an array, but how do i send it to the Calc document, splitting each column's content by its ";" ?
Is there anybody willing to help somehow? I can't even attach an example file because I'm really stuck in nowhere !
Luc