I have a few sites for schools that have class schedules that need frequent updating (example1, example2).
I usually have these sites set up so the school’s admins can update content themselves (usually with Markdown or Textile), however the tables I usually keep in plain html and update myself.
Basically I’m looking for an alternative so the school’s admins can do this themselves too. I know Textile handles tables but only really basic ones. Any suggestions?
Another hassle is that these schools often send me Excel spreadsheets containing their latest schedule which I then have to transfer to clean HTML. Excel’s export to HTML creates such convoluted code that I often end up writing the table from scratch… any suggestions there for making this faster/easier?
Thanks in advance for any/all ideas 😊