Is there some JavaScript or Golang lib that allows to create xlsx
files using some custom heavy formatting?
I'm working on an Electron app and want to generate some reports but the most popular library doesn't provide cell formatting, that fork looses the ability to define page properties like margins and page orientation and that Golang lib as I see doesn't provide page properties too.
Can anybody show some good alternatives or show me I'm wrong? (no C-like langs and Python please)