HI,
I have to generate a report from my database taking some statistics.
I have to take the count of records every month and append it to an excel sheet at its last line.
I know writing to excel file using UTL_FILE package, but i am not sure whether we can append the data to an existing excel file.
if it is first time, create--> open--> write
else if file already exists
open--> append at last line
Can you suggest, if we have any method UTL_FILE to append the data to an existing excel file.
Thanks.