dtjohnson / xlsx-populate

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
954 stars 182 forks source link

Can we verify charts in Excel workbook #60

Open duvemula opened 7 years ago

duvemula commented 7 years ago

Hi @dtjohnson, Can we verify charts in excel workbook?

Thanks, Durga Prasad

dtjohnson commented 7 years ago

What does that mean?

duvemula commented 7 years ago

I have to verify charts in workbook. charts like Bar / Column Charts.I am attaching workbook for your reference. Regards,

Excel-Gantt-Chart-Template.xlsx

Durga Prasad

dtjohnson commented 7 years ago

What does"verify" mean?

On Jun 27, 2017 9:09 AM, "duvemula" notifications@github.com wrote:

I have to verify charts in workbook. charts like Bar / Column Charts.I am attaching workbook for your reference. Regards,

Excel-Gantt-Chart-Template.xlsx https://github.com/dtjohnson/xlsx-populate/files/1105356/Excel-Gantt-Chart-Template.xlsx

Durga Prasad

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dtjohnson/xlsx-populate/issues/60#issuecomment-311352921, or mute the thread https://github.com/notifications/unsubscribe-auth/AANWkzDvmXY7bEbO8RvQ7GHwsZLKdbWuks5sIP72gaJpZM4OGS0I .

duvemula commented 7 years ago

I am really sorry @dtjohnson for unavailable information. I need to talk to my team then I will let you know the scenarios.

Regards, Durga Prasad

dtjohnson commented 7 years ago

Ok. Well there is no chart support so the answer is probably no. .

duvemula commented 6 years ago

Hi @dtjohnson , I need to verify chart headers, x-axis values and y-axis values and color of chart

Reference: charts

Fdschart3.xlsx

marcodsx commented 4 years ago

Hi @dtjohnson, there will be any chance to generate chart with your library?

jeremielodi commented 4 years ago

Hi @dtjohnson, is it possible to have look at https://github.com/objectum/xlsx-chart#readme and try to add a chart in a workbook?