fexcel icon indicating copy to clipboard operation
fexcel copied to clipboard

Set FANUC robot comments from an Excel spreadsheet

Results 6 fexcel issues
Sort by recently updated
recently updated
newest added

Would be handy to be able to get/set values as well for Numeric Registers and for String Registers, as is already possible in the web-based Comment Tool.

I hate maintaining position data within TP programs. The fexcel compiler should take care of it for me. `> fexcel compile spreadsheet.xlsx test.ls --positions SomeSheet:A2` | | A | B...

enhancement

It might be cool to support Google Sheets... although I'd probably have to rename the tool then. 😄

It's probably better to report all fexcel errors during compile instead of the "(and X more errors)" message.

Fexcel writes to the console a lot... it probably shouldn't for `compile` at least.

related: support locked KAREL with username and password? this would require changes to onerobotics/comtool _Originally posted by @unreal in https://github.com/onerobotics/fexcel/issues/13#issuecomment-572676397_