M
MRW
I'm downloading an Excel file from another server, putting it in
bytes, and saving it on my server in order to pull off information
from it. The file itself is set up properly, so in theory, I should
be able to access it with SQL statements. However, the files first
two rows have the title of the file and the date/time it was
produced. I need to simply delete those two rows and then the file
will be usable via SQL.
Does anybody have any idea on how I can simply delete those first two
rows without having to purchase additional software?
Thanks for the help!
bytes, and saving it on my server in order to pull off information
from it. The file itself is set up properly, so in theory, I should
be able to access it with SQL statements. However, the files first
two rows have the title of the file and the date/time it was
produced. I need to simply delete those two rows and then the file
will be usable via SQL.
Does anybody have any idea on how I can simply delete those first two
rows without having to purchase additional software?
Thanks for the help!