5.5.117 • Published 11 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

5.5.116

11 months ago

5.5.115

11 months ago

5.5.114

11 months ago

5.5.113

11 months ago

5.5.112

11 months ago

5.5.111

11 months ago

5.5.110

11 months ago

5.5.107

11 months ago

5.5.108

11 months ago

5.5.105

11 months ago

5.5.106

11 months ago

5.5.103

11 months ago

5.5.104

11 months ago

5.5.102

11 months ago

5.5.109

11 months ago

5.3.94

12 months ago

5.3.93

12 months ago

5.3.92

12 months ago

5.3.91

12 months ago

5.3.90

12 months ago

5.3.97

11 months ago

5.3.96

12 months ago

5.3.95

12 months ago

3.1.39

1 year ago

4.3.71

1 year ago

4.3.70

1 year ago

4.3.75

1 year ago

2.1.27

1 year ago

4.3.74

1 year ago

2.1.28

1 year ago

4.3.73

1 year ago

2.1.25

1 year ago

4.3.72

1 year ago

2.1.26

1 year ago

4.3.79

12 months ago

4.3.78

12 months ago

2.1.24

1 year ago

4.3.77

1 year ago

4.3.76

1 year ago

5.3.89

12 months ago

5.3.88

12 months ago

5.3.87

12 months ago

5.3.86

12 months ago

5.3.85

12 months ago

5.3.84

12 months ago

3.1.45

1 year ago

3.1.44

1 year ago

3.1.47

1 year ago

3.1.46

1 year ago

3.1.48

1 year ago

3.1.41

1 year ago

3.1.40

1 year ago

3.1.43

1 year ago

2.1.29

1 year ago

3.1.42

1 year ago

2.1.38

1 year ago

2.1.39

1 year ago

2.1.36

1 year ago

2.1.37

1 year ago

4.3.68

1 year ago

2.1.34

1 year ago

4.3.67

1 year ago

2.1.35

1 year ago

4.3.66

1 year ago

2.1.32

1 year ago

2.1.33

1 year ago

2.1.30

1 year ago

2.1.31

1 year ago

4.3.69

1 year ago

5.4.102

11 months ago

4.3.82

12 months ago

4.3.81

12 months ago

4.3.80

12 months ago

4.3.84

12 months ago

4.3.83

12 months ago

3.2.48

1 year ago

3.2.49

1 year ago

4.2.64

1 year ago

4.2.65

1 year ago

4.2.66

1 year ago

4.2.60

1 year ago

4.2.61

1 year ago

4.2.62

1 year ago

4.2.63

1 year ago

5.4.100

11 months ago

5.4.101

11 months ago

5.4.98

11 months ago

5.4.99

11 months ago

5.4.97

11 months ago

3.2.51

1 year ago

3.2.50

1 year ago

3.2.53

1 year ago

3.2.52

1 year ago

3.2.55

1 year ago

3.2.54

1 year ago

4.2.55

1 year ago

2.0.24

1 year ago

4.2.56

1 year ago

2.0.22

1 year ago

2.0.23

1 year ago

2.0.21

1 year ago

4.2.57

1 year ago

4.2.58

1 year ago

4.2.59

1 year ago

2.0.20

1 year ago

2.0.19

1 year ago

2.0.17

1 year ago

2.0.18

1 year ago

2.0.16

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago