fummicc1 / csv2img

csv to image / pdf converter using Swift

Home Page:https://fummicc1.github.io/csv2img/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[csv2img] Notify progress while generating png from csv.

fummicc1 opened this issue · comments

Motivation

Sometimes, input csv is very large rows or columns and it takes much time to complete generating image from csv.
That is why showing progress gives good user-experience and I am going to implement its feature.

How

TBD