B
Ben Jessel
I have a requirement to create an calendar, in excel, showing people's
availability. This calendar will be an output of a java web-based
process which involves the reading individuals' calendar which is
uploaded via an html form.
My question, is what is the best approach, using java, to solve this.
The individuals' and the resulting combined calendar must be
user-readable, with formatting.
My thought is to have a well formatted calendar in an excel sheet
which gets its data from another excel worksheet ( within the workbook
) which contains unformatted raw data. This raw data will come from
the output of a java date availability crunching component. The data
could be outputted in a csv ( excel readable ) form, that could then
somehow get included into the excel workbook. However, I've no idea
how to actually include the data into an excel workbook. Would apache
poi be the best tool for this? Could I approach it via the java-COM
bridge. Or is there an easier way of doing this?
Thanks
Ben
availability. This calendar will be an output of a java web-based
process which involves the reading individuals' calendar which is
uploaded via an html form.
My question, is what is the best approach, using java, to solve this.
The individuals' and the resulting combined calendar must be
user-readable, with formatting.
My thought is to have a well formatted calendar in an excel sheet
which gets its data from another excel worksheet ( within the workbook
) which contains unformatted raw data. This raw data will come from
the output of a java date availability crunching component. The data
could be outputted in a csv ( excel readable ) form, that could then
somehow get included into the excel workbook. However, I've no idea
how to actually include the data into an excel workbook. Would apache
poi be the best tool for this? Could I approach it via the java-COM
bridge. Or is there an easier way of doing this?
Thanks
Ben