{"id":1026,"date":"2022-10-13T08:46:47","date_gmt":"2022-10-13T07:46:47","guid":{"rendered":"https:\/\/codeflarelimited.com\/blog\/?p=1026"},"modified":"2023-04-14T01:19:50","modified_gmt":"2023-04-14T00:19:50","slug":"export-data-to-excel-in-react-js","status":"publish","type":"post","link":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/","title":{"rendered":"Export Data to Excel in React JS"},"content":{"rendered":"\n<p>To export data to Excel in React JS, let&#8217;s first consider some of the scenarios where exporting data to Excel might be useful.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-export-data-to-excel\">Why Export Data to Excel?<\/h2>\n\n\n\n<p>Exporting data to Excel can be useful for several reasons. Here are a few common scenarios:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Data analysis<\/strong>: Excel is a powerful tool that you can use for data analysis. Exporting data to Excel allows you to take advantage of its advanced features such as pivot tables, charts, and graphs.<\/li>\n\n\n\n<li><strong>Reporting<\/strong>: You can use Excel to create reports, and export data. This makes it easier for you to generate reports quickly and accurately.<\/li>\n\n\n\n<li><strong>Data visualization<\/strong>: Excel has a variety of visualization tools that you can use to display data in a visually appealing way. Exporting data to Excel allows users to take advantage of these tools to create interactive and engaging visualizations.<\/li>\n\n\n\n<li><strong>Sharing<\/strong>: You can use the Excel software in many industries, and exporting data to Excel can make it easier to share data with others who may not have access to the same software or tools.<\/li>\n\n\n\n<li><strong>Data backup<\/strong>: Exporting data to Excel can also serve as a backup in case the original data source becomes corrupted or lost. By exporting data to Excel, users can ensure that they have a copy of the data that can be easily restored if needed.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-export-data-to-excel-in-react-js\">How to Export Data to Excel in React JS<\/h2>\n\n\n\n<p>To export data as Excel format in React JS, we use the <strong><em>react-excel-export<\/em><\/strong> library available in React.<\/p>\n\n\n\n<p>First, we install and then we&#8217;re ready to go!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-get-free-mobile-app-templates\"><strong><a href=\"https:\/\/origamisuite.dev\" target=\"_blank\" rel=\"noreferrer noopener\">Get Free Mobile App Templates<\/a><\/strong><\/h2>\n\n\n\n<p>Here&#8217;s an example:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-install-the-library\">Install the Library<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">yarn add react-excel-export<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-export-data-to-excel\">Export Data to Excel<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"jsx\" class=\"language-jsx\">import React, { Component } from 'react';\nimport { DownloadExcel } from \"react-excel-export\";\n\nconst books = [\n  {\n    author: \"Chinua Achebe\",\n    country: \"Nigeria\",\n    language: \"English\",\n    pages: 209,\n    title: \"Things Fall Apart\",\n    year: 1958,\n  },\n  {\n    author: \"Hans Christian Andersen\",\n    country: \"Denmark\",\n    language: \"Danish\",\n    pages: 784,\n    title: \"Fairy tales\",\n    year: 1836,\n  },\n  {\n    author: \"Dante Alighieri\",\n    country: \"Italy\",\n    language: \"Italian\",\n    pages: 928,\n    title: \"The Divine Comedy\",\n    year: 1315,\n  },\n];\n\n\nclass Excel extends Component {\n  render(){\n    return(\n      &lt;DownloadExcel\n        data={books}\n        buttonLabel=\"Export Data\"\n        fileName=\"sample-file\"\n        className=\"export-button\"\n      \/&gt;\n    )\n  }\n}\n\nexport default Excel\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-result\">Result<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"655\" height=\"366\" src=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-13-at-08.30.48.png\" alt=\"export\" class=\"wp-image-1028\" srcset=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-13-at-08.30.48.png 655w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-13-at-08.30.48-300x168.png 300w\" sizes=\"auto, (max-width: 655px) 100vw, 655px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/codeflarelimited.com\/blog\/dynamically-populate-select-options-in-react-js\/\" target=\"_blank\" rel=\"noreferrer noopener\">Dynamically Populate Select Options in React JS<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/codeflarelimited.com\" target=\"_blank\" rel=\"noreferrer noopener\">Start Learning Software Development<\/a><\/p>\n\n\n\n<p>Let me know what you think in the comments.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To export data to Excel in React JS, let&#8217;s first consider some of the scenarios where exporting data<\/p>\n","protected":false},"author":1,"featured_media":1030,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[98],"tags":[],"class_list":["post-1026","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-softare-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Export Data to Excel in React JS<\/title>\n<meta name=\"description\" content=\"To export data as Excel format in React JS, we use the react-excel-export library available in React. First, we install and then we&#039;re ready\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Export Data to Excel in React JS\" \/>\n<meta property=\"og:description\" content=\"To export data as Excel format in React JS, we use the react-excel-export library available in React. First, we install and then we&#039;re ready\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/codeflretech\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-13T07:46:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-14T00:19:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/export-excel-1024x1024.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"codeflare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codeflaretech\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/\"},\"author\":{\"name\":\"codeflare\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\"},\"headline\":\"Export Data to Excel in React JS\",\"datePublished\":\"2022-10-13T07:46:47+00:00\",\"dateModified\":\"2023-04-14T00:19:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/\"},\"wordCount\":298,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/export-excel.png\",\"articleSection\":[\"softare development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/\",\"name\":\"Export Data to Excel in React JS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/export-excel.png\",\"datePublished\":\"2022-10-13T07:46:47+00:00\",\"dateModified\":\"2023-04-14T00:19:50+00:00\",\"description\":\"To export data as Excel format in React JS, we use the react-excel-export library available in React. First, we install and then we're ready\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/export-excel.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/export-excel.png\",\"width\":1918,\"height\":1918,\"caption\":\"export data to excel format React JS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/export-data-to-excel-in-react-js\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"softare development\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/softare-development\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Export Data to Excel in React JS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"name\":\"\",\"description\":\"Sustainable solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\",\"name\":\"Codeflare Limited\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"width\":1040,\"height\":263,\"caption\":\"Codeflare Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\",\"name\":\"codeflare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"caption\":\"codeflare\"},\"description\":\"Latest tech news and coding tips.\",\"sameAs\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\",\"https:\\\/\\\/facebook.com\\\/codeflretech\",\"https:\\\/\\\/instagram.com\\\/codeflaretech\",\"https:\\\/\\\/x.com\\\/codeflaretech\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1\"],\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/author\\\/watcher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Export Data to Excel in React JS","description":"To export data as Excel format in React JS, we use the react-excel-export library available in React. First, we install and then we're ready","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/","og_locale":"en_US","og_type":"article","og_title":"Export Data to Excel in React JS","og_description":"To export data as Excel format in React JS, we use the react-excel-export library available in React. First, we install and then we're ready","og_url":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/","article_author":"https:\/\/facebook.com\/codeflretech","article_published_time":"2022-10-13T07:46:47+00:00","article_modified_time":"2023-04-14T00:19:50+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/export-excel-1024x1024.png","type":"image\/png"}],"author":"codeflare","twitter_card":"summary_large_image","twitter_creator":"@codeflaretech","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#article","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/"},"author":{"name":"codeflare","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a"},"headline":"Export Data to Excel in React JS","datePublished":"2022-10-13T07:46:47+00:00","dateModified":"2023-04-14T00:19:50+00:00","mainEntityOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/"},"wordCount":298,"commentCount":0,"publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/export-excel.png","articleSection":["softare development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/","url":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/","name":"Export Data to Excel in React JS","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#primaryimage"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/export-excel.png","datePublished":"2022-10-13T07:46:47+00:00","dateModified":"2023-04-14T00:19:50+00:00","description":"To export data as Excel format in React JS, we use the react-excel-export library available in React. First, we install and then we're ready","breadcrumb":{"@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#primaryimage","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/export-excel.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/export-excel.png","width":1918,"height":1918,"caption":"export data to excel format React JS"},{"@type":"BreadcrumbList","@id":"https:\/\/codeflarelimited.com\/blog\/export-data-to-excel-in-react-js\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeflarelimited.com\/blog\/"},{"@type":"ListItem","position":2,"name":"softare development","item":"https:\/\/codeflarelimited.com\/blog\/softare-development\/"},{"@type":"ListItem","position":3,"name":"Export Data to Excel in React JS"}]},{"@type":"WebSite","@id":"https:\/\/codeflarelimited.com\/blog\/#website","url":"https:\/\/codeflarelimited.com\/blog\/","name":"","description":"Sustainable solutions","publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeflarelimited.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeflarelimited.com\/blog\/#organization","name":"Codeflare Limited","url":"https:\/\/codeflarelimited.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","width":1040,"height":263,"caption":"Codeflare Limited"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a","name":"codeflare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","caption":"codeflare"},"description":"Latest tech news and coding tips.","sameAs":["https:\/\/codeflarelimited.com\/blog","https:\/\/facebook.com\/codeflretech","https:\/\/instagram.com\/codeflaretech","https:\/\/x.com\/codeflaretech","https:\/\/www.youtube.com\/channel\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1"],"url":"https:\/\/codeflarelimited.com\/blog\/author\/watcher\/"}]}},"jetpack_featured_media_url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/10\/export-excel.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1026","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/comments?post=1026"}],"version-history":[{"count":3,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1026\/revisions"}],"predecessor-version":[{"id":1311,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1026\/revisions\/1311"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media\/1030"}],"wp:attachment":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media?parent=1026"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/categories?post=1026"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/tags?post=1026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}