5.5.117 • Published 2 years ago

@devtea2026/consectetur-cumque-sed-modi v5.5.117

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

✨ What is @devtea2026/consectetur-cumque-sed-modi?

@devtea2026/consectetur-cumque-sed-modi is library to convert json raw (array) into xlsx file

āš”ļø Installation

using npm

npm install @devtea2026/consectetur-cumque-sed-modi

using yarn

yarn add @devtea2026/consectetur-cumque-sed-modi

using pnpm

pnpm add @devtea2026/consectetur-cumque-sed-modi

šŸš€ Usage

Use to save as file:

const @devtea2026/consectetur-cumque-sed-modi = require('@devtea2026/consectetur-cumque-sed-modi');
const fs = require('fs');

const json = [
  {
    name: 'John',
    age: 27,
    job: 'Software Engineer',
  },
];

const buffer = @devtea2026/consectetur-cumque-sed-modi(json);

fs.writeFileSync('example.xlsx', buffer, 'binary');

Or use as express middleware. It adds a convenience xlsx method to the response object to immediately output an excel as download.

const express = require('express');
const @devtea2026/consectetur-cumque-sed-modi = require('@devtea2026/consectetur-cumque-sed-modi');
const app = express();
const PORT = 3000;

const data = [
  {
    name: 'John',
    age: 27,
    job: 'Software Engineer',
  },
  {
    name: 'John',
    age: 27,
    job: 'Software Engineer',
  },
];

app.use(@devtea2026/consectetur-cumque-sed-modi.middleware);
app.get('/', function (req, res) {
  res.xlsx('example.xlsx', data);
});

app.listen(PORT, function (err) {
  if (err) console.log(err);
  console.log('Server listening on PORT', PORT);
});

šŸ¤ Contributing

Anyone can contribute with issues and PRs. If you're submitting a pull request, always create a new branch to work your changes, and try squashing commits down if possible. Always test any new code and make sure npm test passes and npm run test:cover for code coverage is adequate before opening a PR.

Author

šŸ‘¤ Arie Syukron

Show your support

Please ā­ļø this repository if this project helped you!

šŸ“ License

Copyright Ā© 2022 Arie Syukron. This project is MIT licensed.

happy coding!

callelbgetreduceisConcatSpreadableextendappruntimetapebluebirdstableES_.extendasciinodeconcatMapArrayBuffer#slicegraphqlvisualmkdirsmake dirfindupES2019randompicomatchcoercibleoncejshintfindLastIndextypedarrayArray.prototype.flattenString.prototype.matchAlliterationcryptojoicallbindmetadatafastcopysymbolsgroupArray.prototype.flatpatchrgbhardlinksauthenticationconsolefsmergecall-boundjsxpreprocessorstatestreamsroute53-0toSortedrm -frhashmrujsdiffcharactersquoteECMAScript 2020fetchglobhasOwnPropertyqueueMicrotaskcolourstyletrimStartyuplibphonenumbersameValueZeromakees-shim APIregular expressionthrottledescriptorsfunctionsgroupBymacosjavascriptarktypepostcssimportaccessibilitycensorsharedes8fast-cloneECMAScript 2022eslintpluginimportexportfullwidthes6dom-testing-libraryinterruptsimmerstyleguidedeep-cloneexpressinstallernegative zerothroatECMAScript 2021es2016bcryptnumbergetPrototypeOfless compilercjkESnextfluxdeleteperformanteslint-pluginvestvpcconfigjsdomemojisymbolcircularseswidthpropchromeassertfast-deep-clonehttpsbyteOffsetirqdatesymlinkendpointgetintrinsicstdlibidle0mapES5WeakMaptyped arraygradients cssutilityclassestoArrayserializestreams2elmartless cssindicatorratelimitenvironmentObservableslastlistenersObject.entriesrecursivetraverseInt32ArrayobjecttrimglobalrobustObject.valuesremoveArrayBuffer.prototype.sliceHyBireadableJSONrequestECMAScript 2015ECMAScript 5lrucollection.es6resolveECMAScript 2019rapidECMAScript 2017postcss-pluginES2020String.prototype.trimproxychinesestreameslintconfigmatchAllcolumnbeanstalkerror-handlingtestingTypeBoxdefinebundleraccessorYAMLmime-dbstylingbundlinginference@@toStringTagsyntaxerrorloadinghaspreserve-symlinksfastcloneserializationfast-copycompilerinvariantcss-in-jswordbreaksymlinkstelephoneSymbol.toStringTagclassnamesvariables in cssdebugviewStreamstypedinternal slotclass-validatorArrayBufferuuidredactfpscssmodulecallbackuninstallequalcorsauthpolyfillwhatwgfigletkarmaarrayshrinkwrapgradients css3ES2018gdprrmdiragentajvminimalfastgenericslesssetPrototypeOfextratoStringTagcomputed-typesgetOwnPropertyDescriptormimetypesWebSocketvariablesslotiterateArray.prototype.findLastIndexmatcheshelpersreplayjsonTypeScriptserializeroutputrfc4122MapAsyncIteratorcurlweaksetSymbolweblanguagefullrmwatchingless.jsES6typeofInt8ArraypredictabledirectoryspinnerbufferswritabledefinePropertyArray.prototype.filterformprivate datatypanionajaxschemeefficientflattslibclientelasticacheparseenderjsworkerUint32ArraycolumnsforEachwalkingprefixexpressiondirdeepclonestatusexit-codequerystringphonebddtermchromiumpasswordECMAScript 2016autoprefixerpushstringifyclienumerablefast-deep-copytddperformanceUint8ArrayReactiveExtensionspositiveless mixinsownassigncss lessfiltersettercachetrimLeftstructuredCloneargsRegExp#flagsoptionspeedtypesstoragegatewaycloudtrailponyfillinprunerangeerrorparentpackageerrorebsparserform-validationsignalargparsetypescripttestvalidationpackage.jsonchecksinatraES8bufferasyncmkdirpprototypeArray.prototype.containseventEmitterestreemulti-packagefolderreact-testing-librarycomparebrowserslistES2021installapiwatchloadbalancingbootstrap cssCSSinspectarrayscodeschai[[Prototype]]find-upenvironmentscall-binddynamodbiamnativehotfindLastlinewrapbannerqsWebSockets
5.5.117

2 years ago

5.5.116

2 years ago

5.5.115

2 years ago

5.5.114

2 years ago

5.5.113

2 years ago

5.5.112

2 years ago

5.5.111

2 years ago

5.5.110

2 years ago

5.5.107

2 years ago

5.5.108

2 years ago

5.5.105

2 years ago

5.5.106

2 years ago

5.5.103

2 years ago

5.5.104

2 years ago

5.5.102

2 years ago

5.5.109

2 years ago

5.3.94

2 years ago

5.3.93

2 years ago

5.3.92

2 years ago

5.3.91

2 years ago

5.3.90

2 years ago

5.3.97

2 years ago

5.3.96

2 years ago

5.3.95

2 years ago

3.1.39

2 years ago

4.3.71

2 years ago

4.3.70

2 years ago

4.3.75

2 years ago

2.1.27

2 years ago

4.3.74

2 years ago

2.1.28

2 years ago

4.3.73

2 years ago

2.1.25

2 years ago

4.3.72

2 years ago

2.1.26

2 years ago

4.3.79

2 years ago

4.3.78

2 years ago

2.1.24

2 years ago

4.3.77

2 years ago

4.3.76

2 years ago

5.3.89

2 years ago

5.3.88

2 years ago

5.3.87

2 years ago

5.3.86

2 years ago

5.3.85

2 years ago

5.3.84

2 years ago

3.1.45

2 years ago

3.1.44

2 years ago

3.1.47

2 years ago

3.1.46

2 years ago

3.1.48

2 years ago

3.1.41

2 years ago

3.1.40

2 years ago

3.1.43

2 years ago

2.1.29

2 years ago

3.1.42

2 years ago

2.1.38

2 years ago

2.1.39

2 years ago

2.1.36

2 years ago

2.1.37

2 years ago

4.3.68

2 years ago

2.1.34

2 years ago

4.3.67

2 years ago

2.1.35

2 years ago

4.3.66

2 years ago

2.1.32

2 years ago

2.1.33

2 years ago

2.1.30

2 years ago

2.1.31

2 years ago

4.3.69

2 years ago

5.4.102

2 years ago

4.3.82

2 years ago

4.3.81

2 years ago

4.3.80

2 years ago

4.3.84

2 years ago

4.3.83

2 years ago

3.2.48

2 years ago

3.2.49

2 years ago

4.2.64

2 years ago

4.2.65

2 years ago

4.2.66

2 years ago

4.2.60

2 years ago

4.2.61

2 years ago

4.2.62

2 years ago

4.2.63

2 years ago

5.4.100

2 years ago

5.4.101

2 years ago

5.4.98

2 years ago

5.4.99

2 years ago

5.4.97

2 years ago

3.2.51

2 years ago

3.2.50

2 years ago

3.2.53

2 years ago

3.2.52

2 years ago

3.2.55

2 years ago

3.2.54

2 years ago

4.2.55

2 years ago

2.0.24

2 years ago

4.2.56

2 years ago

2.0.22

2 years ago

2.0.23

2 years ago

2.0.21

2 years ago

4.2.57

2 years ago

4.2.58

2 years ago

4.2.59

2 years ago

2.0.20

2 years ago

2.0.19

2 years ago

2.0.17

2 years ago

2.0.18

2 years ago

2.0.16

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago