|
I wanted a quick way to show a Gantt chart based off of a
CSV output of an XLS spreadsheet I was using to keep track
of my projects. Unfortunately, I couldn't find anything
that'd already been done without having to set up a whole
project management application, so I decided to roll my
own.
The blue bars are actually made up of a single pixel wide
image and therefore relect one day per image. The red knobs
at the left of the bar denote that the project began in
the previous year(s). I haven't coded in a right side knob
for projects going into the next year yet. Projects not
showing a bar just means that the project didn't have
both a start and end date.
Below is the output of Quick Gantt and you can view the
source code here
Get example XLS file |
Get example CSV file of the XLS file
Get image for blue bar |
Get image for red cap |
Get image for blank space
Get it all in one ZIP
|