Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

officegen-dbb

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

officegen-dbb - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

officegen-dbb-0.5.2.tgz

6

package.json
{
"name": "officegen-dbb",
"description": "Modification of Ziv Barber's officegen, to provide a reasonable way to have line breaks in table cells.",
"version": "0.5.1",
"version": "0.5.2",
"author": {
"name": "Ziv Barber",
"url": "https://github.com/Ziv-Barber"
"name": "Doug Brown",
"url": "https://github.com/Mattersight"
},

@@ -9,0 +9,0 @@ "license": "MIT",

# officegen [![npm version](https://badge.fury.io/js/officegen.svg)](https://badge.fury.io/js/officegen) [![Build Status](https://travis-ci.org/Ziv-Barber/officegen.png?branch=master)](https://travis-ci.org/Ziv-Barber/officegen) [![Dependencies Status](https://gemnasium.com/Ziv-Barber/officegen.png)](https://gemnasium.com/Ziv-Barber/officegen) [![Join the chat at https://gitter.im/officegen/Lobby](https://badges.gitter.im/officegen/Lobby.svg)](https://gitter.im/officegen/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This is an addition to Ziv-Barber's officegen to provide a reasonable way to add line breaks to table cells.
This is an addition to Ziv-Barber's officegen ([here](<https://www.npmjs.com/package/officegen>)) to provide a reasonable way to add line breaks to table cells.
This module can generate Office Open XML files for Microsoft Office 2007 and later.
This module is not depend on any framework and you don't need to install Microsoft Office, so you can use it for any kind of javascript application. Also the output is a stream and not a file, not dependent on any output tool.
This module should work on any environment that supports Node.js 0.10 or later including Linux, OSX and Windows.
This module generates Excel (.xlsx), PowerPoint (.pptx) and Word (.docx) documents.
Officegen also supporting PowerPoint native charts objects with embedded data.
## Contents: ##

@@ -77,3 +71,3 @@

}],
[1,'All grown-ups were once children',''],
[1,[{"w:t":'All grown-ups were'},{"w:br":""},{"w:t":'once children'}],''],
[2,'there is no harm in putting off a piece of work until another day.',''],

@@ -80,0 +74,0 @@ [3,'But when it is a matter of baobabs, that always means a catastrophe.',''],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc