I just pushed a beta release of fexcel v2.0 to github[1].
fexcel v1 pretty much only allowed you to quickly set all your robot comments based on your spreadsheet. v2.0 is much more powerful. You can still set comments, but you can also quickly create a spreadsheet based on a physical robot or backup or view the differences between a robot/backup and a spreadsheet.
I think the compiler is the best new feature though. It basically lets you use variables (defined in your spreadsheet) instead of indices in your LS source files. (e.g. R{counter} instead of R[5:counter] or PR{home} instead of PR[1:home]).
This is a beta release, so there are probably some issues. I'll try and keep up with this thread, but please use the Github issue tracker[2] if you find any.
Enjoy