officegen icon indicating copy to clipboard operation
officegen copied to clipboard

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

Open mikeappell opened this issue 5 years ago • 3 comments

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.

mikeappell avatar Jun 28 '19 17:06 mikeappell

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

Ziv-Barber avatar Jun 28 '19 20:06 Ziv-Barber

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

mikeappell avatar Jun 28 '19 20:06 mikeappell

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

159159951 avatar Sep 11 '21 16:09 159159951