<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Emmanuel Teye</title>
    <description>The latest articles on DEV Community by Emmanuel Teye (@teyedoku).</description>
    <link>https://dev.to/teyedoku</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F820756%2F7982e439-e52c-47c9-87fd-ddc03e39e926.jpeg</url>
      <title>DEV Community: Emmanuel Teye</title>
      <link>https://dev.to/teyedoku</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/teyedoku"/>
    <language>en</language>
    <item>
      <title>Loading Excel data in Node JS by converting them into json.</title>
      <dc:creator>Emmanuel Teye</dc:creator>
      <pubDate>Thu, 24 Feb 2022 10:26:17 +0000</pubDate>
      <link>https://dev.to/teyedoku/loading-excel-data-in-node-js-by-converting-them-into-json-11gh</link>
      <guid>https://dev.to/teyedoku/loading-excel-data-in-node-js-by-converting-them-into-json-11gh</guid>
      <description>&lt;p&gt;In this tutorials, we are going to use the xlsx package to load the records from the spreadsheet. Start by creating your nodejs project by running the command&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;first create your project directory say reconciliation&lt;/li&gt;
&lt;li&gt;Open the terminal run the command &lt;strong&gt;npm init&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Install the xlsx package by running the command &lt;strong&gt;npm i xlsx --save&lt;/strong&gt;
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1zy43jb000yz7gxe3gxy.jpeg" alt="Image description"&gt;
this is tutorials is to announce the xlsx package&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>javascript</category>
      <category>node</category>
    </item>
  </channel>
</rss>
