Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

Feature request: way to insert Word tabs in .docx files #322

Open mikeappell opened 5 years ago

mikeappell commented 5 years ago

Sorry for all the feature requests! However, I've come across a need to be able to insert an actual auto-indenting Word tab when converting to .docx format.

I'm not an OfficeOpenXML expert by any means, but it seems like this should be possible: http://officeopenxml.com/WPtab.php

In a perfect world, when using paragraph.addtext() tab characters (\t) would be auto-converted into Word tabs. However, it may make more sense to create some sort of paragraph.addTab() function and allow users to invoke this behavior themselves.

Ziv-Barber commented 5 years ago

Don't be sorry. I must add more features to the Word support, and I'm going to do that in the next week.

mikeappell commented 5 years ago

Hey, no worries and thanks a ton! Officegen has been saving my butt, it's a really great tool. 🙌

159159951 commented 2 years ago

I want to add \t (tab) but currently seem like does not support. Please up vote enhancement.