How to export a table as an image in Go?

I am a newbie to golang programming. I have to create a table and export it as an image to the ppt file. For creating tables, i am using tablewriter library. This library looks very basic. I have to generate these tables strictly at the backend. So, using any javascript wrapped library is not an option. Is there any other library which provides rich features (good colorizations and customization) to create tables? Even if i manage to create a table how do i convert it to an image?

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.