officegen
officegen copied to clipboard
Feature request: way to insert Word tabs in .docx files
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.
Don't be sorry. I must add more features to the Word support, and I'm going to do that in the next week.
Hey, no worries and thanks a ton! Officegen has been saving my butt, it's a really great tool. 🙌
I want to add \t (tab) but currently seem like does not support. Please up vote enhancement.