{"id":2012,"date":"2021-03-28T17:29:18","date_gmt":"2021-03-28T11:59:18","guid":{"rendered":"https:\/\/store.ksolves.com\/blog\/?p=2012"},"modified":"2025-11-20T13:23:51","modified_gmt":"2025-11-20T07:53:51","slug":"systematically-generate-a-report-in-xls-xlsx-format-in-odoo","status":"publish","type":"post","link":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo","title":{"rendered":"Systematically Generate a Report in XLS\/XLSX Format in Odoo"},"content":{"rendered":"<p>Many corporate organizations require XLS reports on a regular basis. Data manipulation and representation become simple with an XLS file. The XLS\/XLSX reports offer several useful features, including the ability to assist users to view data. This spreadsheet file is used in a variety of ways, some of which may amaze you.<\/p>\n<p>In this blog, you will learn how to create XLS &amp; XLSX format reports in Odoo.<\/p>\n<p>Follow the given steps precisely to learn something new today!<\/p>\n<p><b>Step 1: <\/b>Odoo doesn\u2019t support XLS, XLSX reports. So you need to install third-party modules for it.<\/p>\n<p>Like (Base report XLSX\u2192 <a href=\"https:\/\/apps.odoo.com\/apps\/modules\/15.0\/report_xlsx\/\"><span style=\"color: #0000ff;\">https:\/\/apps.odoo.com\/apps\/modules\/15.0\/report_xlsx\/<\/span><\/a><\/p>\n<p>).<\/p>\n<p>For the Base report XLSX module, you also need to install these python packages.<\/p>\n<p>a- $ pip3 install xlsxwriter<\/p>\n<p>b- $ pip3 install xlrd<\/p>\n<p><img decoding=\"async\" class=\"size-large wp-image-2014 aligncenter lazyload\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS-XLSX-reports-1024x481.png\" alt=\"XLS\/XLSX reports\" width=\"640\" height=\"301\" data-srcset=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS-XLSX-reports-1024x481.png 1024w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS-XLSX-reports-300x141.png 300w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS-XLSX-reports-768x361.png 768w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS-XLSX-reports-1536x721.png 1536w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS-XLSX-reports.png 2032w\" data-sizes=\"(max-width: 640px) 100vw, 640px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 640px; --smush-placeholder-aspect-ratio: 640\/301;\" \/><\/p>\n<p>So, In order to generate XLSX reports we need to download a third-party module for it. After that, you get the XLSX option in report type.<\/p>\n<p><strong>Step 2:<\/strong> <span style=\"font-weight: 400;\">Now we need to generate the report.<\/span><\/p>\n<p>2.a- Now inherit the third-party module in your module and create a report XML.<\/p>\n<p><img decoding=\"async\" class=\"size-large wp-image-2015 aligncenter lazyload\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/binding_model_id-1024x517.png\" alt=\"binding model id\" width=\"640\" height=\"323\" data-srcset=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/binding_model_id-1024x517.png 1024w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/binding_model_id-300x151.png 300w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/binding_model_id-768x387.png 768w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/binding_model_id-1536x775.png 1536w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/binding_model_id.png 1574w\" data-sizes=\"(max-width: 640px) 100vw, 640px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 640px; --smush-placeholder-aspect-ratio: 640\/323;\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&lt;<b>record id<\/b>= report_test_records <b>model<\/b><span style=\"font-weight: 400;\">=\u201dir.actions.report\u201d&gt;<\/span><\/p>\n<p>&lt;<b>field name=\u201dname\u201d<\/b>&gt; Name &lt;<b>\/field<\/b>&gt;<\/p>\n<p>&lt;<b>field name=\u201dmodel\u201d<\/b>&gt; model.name &lt;<b>\/field<\/b>&gt;<\/p>\n<p>&lt;<b>field name=\u201dreport_type\u201d<\/b>&gt; <b>xlsx<\/b> &lt;<b>\/field<\/b>&lt;&gt;<\/p>\n<p>&lt;<b>field name=\u201dreport_name\u201d<\/b>&gt;<b> module_name.report_name<\/b> &lt;<b>\/field<\/b>&gt;<\/p>\n<p>&lt;<b>field name=\u201dreport_type\u201d<\/b>&gt; module_name.report_name &lt;<b>\/field<\/b>&gt;<\/p>\n<p>&lt;<b>field name=\u201dbinding_model_id\u201d<\/b>&gt; module_name.report_name &lt;<b>\/field<\/b>&gt;<\/p>\n<p>&lt;<b>field name=\u201dbinding_type\u201d<\/b>&gt; <b>report<\/b> &lt;<b>\/field<\/b>&gt;<\/p>\n<p>&lt;<b>\/record<\/b>&gt;<\/p>\n<p>2.b- Add the <b>report_type<\/b> as <b>XLSX<\/b>.<\/p>\n<p>2.c- Add the model id in binding_model_id in which you want to show that report.<\/p>\n<p>2.d- Now create a python class like the structure given below.<\/p>\n<p>2.e- Set the name of the class which you pass in report_name in the XML.<\/p>\n<p>Ex. _name = \u2018report.<b>module_name.report_name<\/b>\u2019<\/p>\n<p>2.f- Now the generate_xlsx_report method will give you the XLSX report.<\/p>\n<p>By following the given steps you can successfully create XLS and XLSX reports in Odoo.<\/p>\n<p>If you need Odoo customization or module development service, contact the Ksolves experts.<\/p>\n<p>Get expert assistance anytime anywhere. Contact us at the given details:<\/p>\n<p>Website: <a style=\"color: #0000ff;\" href=\"https:\/\/store.ksolves.com\/\">https:\/\/store.ksolves.com\/<\/a><br \/>\nPhone:+1(646)-203-1075, +91-7498170227<br \/>\nEmail: <a href=\"mailto:sales@ksolves.com\"><span style=\"color: #0000ff;\">sales@ksolves.com<\/span><\/a><\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_2012\" class=\"pvc_stats all  \" data-element-id=\"2012\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.0\" viewBox=\"0 0 502 315\" preserveAspectRatio=\"xMidYMid meet\"><g transform=\"translate(0,332) scale(0.1,-0.1)\" fill=\"\" stroke=\"none\"><path d=\"M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z\"\/><path d=\"M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z\"\/><path d=\"M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z\"\/><path d=\"M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z\"\/><path d=\"M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z\"\/><path d=\"M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z\"\/><path d=\"M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z\"\/><path d=\"M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z\"\/><path d=\"M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z\"\/><\/g><\/svg><\/i> <img decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 16px; --smush-placeholder-aspect-ratio: 16\/16;\" \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Many corporate organizations require XLS reports on a regular basis. Data manipulation and representation become simple with an XLS file. [&hellip;]<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_2012\" class=\"pvc_stats all  \" data-element-id=\"2012\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.0\" viewBox=\"0 0 502 315\" preserveAspectRatio=\"xMidYMid meet\"><g transform=\"translate(0,332) scale(0.1,-0.1)\" fill=\"\" stroke=\"none\"><path d=\"M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z\"\/><path d=\"M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z\"\/><path d=\"M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z\"\/><path d=\"M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z\"\/><path d=\"M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z\"\/><path d=\"M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z\"\/><path d=\"M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z\"\/><path d=\"M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z\"\/><path d=\"M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z\"\/><\/g><\/svg><\/i> <img decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 16px; --smush-placeholder-aspect-ratio: 16\/16;\" \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":3,"featured_media":2013,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2012","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-odoo"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create XLS and XLSX Reports in Odoo<\/title>\n<meta name=\"description\" content=\"Learn how to create the XLS and XLSX Reports in Odoo with a step-by-step process. Click on the given link to know more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create XLS and XLSX Reports in Odoo\" \/>\n<meta property=\"og:description\" content=\"Learn how to create the XLS and XLSX Reports in Odoo with a step-by-step process. Click on the given link to know more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo\" \/>\n<meta property=\"og:site_name\" content=\"Ksolves Store Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-28T11:59:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-20T07:53:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"880\" \/>\n\t<meta property=\"og:image:height\" content=\"440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Parul Gautam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Parul Gautam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo\",\"url\":\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo\",\"name\":\"Create XLS and XLSX Reports in Odoo\",\"isPartOf\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#primaryimage\"},\"image\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#primaryimage\"},\"thumbnailUrl\":\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg\",\"datePublished\":\"2021-03-28T11:59:18+00:00\",\"dateModified\":\"2025-11-20T07:53:51+00:00\",\"author\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/24bfd358b29cc978fd6e7f809e28b7d2\"},\"description\":\"Learn how to create the XLS and XLSX Reports in Odoo with a step-by-step process. Click on the given link to know more.\",\"breadcrumb\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#primaryimage\",\"url\":\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg\",\"contentUrl\":\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg\",\"width\":880,\"height\":440,\"caption\":\"XLS XLSX Format Report\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/store.ksolves.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Systematically Generate a Report in XLS\/XLSX Format in Odoo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/#website\",\"url\":\"https:\/\/store.ksolves.com\/blog\/\",\"name\":\"Ksolves Store Blog\",\"description\":\"Where Great Ideas Change Your Business\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/store.ksolves.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/24bfd358b29cc978fd6e7f809e28b7d2\",\"name\":\"Parul Gautam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9eb990d177ece8faa608213c706ff36edd7f09fbb996e90aaa4d36dcb6f41cac?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9eb990d177ece8faa608213c706ff36edd7f09fbb996e90aaa4d36dcb6f41cac?s=96&d=mm&r=g\",\"caption\":\"Parul Gautam\"},\"description\":\"Parul Gautam is a Sr. Technical Writer who believes in bridging the gap between customers and Technologies. She can convert the aura of any Technology into Powerful Words. One time she can Jot Down her words and at the other, she will Tap on the Beats of Great Music. To Taste the Recipe of her Writing, hang on to the great Blogs.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create XLS and XLSX Reports in Odoo","description":"Learn how to create the XLS and XLSX Reports in Odoo with a step-by-step process. Click on the given link to know more.","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:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo","og_locale":"en_US","og_type":"article","og_title":"Create XLS and XLSX Reports in Odoo","og_description":"Learn how to create the XLS and XLSX Reports in Odoo with a step-by-step process. Click on the given link to know more.","og_url":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo","og_site_name":"Ksolves Store Blog","article_published_time":"2021-03-28T11:59:18+00:00","article_modified_time":"2025-11-20T07:53:51+00:00","og_image":[{"width":880,"height":440,"url":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg","type":"image\/jpeg"}],"author":"Parul Gautam","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Parul Gautam","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo","url":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo","name":"Create XLS and XLSX Reports in Odoo","isPartOf":{"@id":"https:\/\/store.ksolves.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#primaryimage"},"image":{"@id":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#primaryimage"},"thumbnailUrl":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg","datePublished":"2021-03-28T11:59:18+00:00","dateModified":"2025-11-20T07:53:51+00:00","author":{"@id":"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/24bfd358b29cc978fd6e7f809e28b7d2"},"description":"Learn how to create the XLS and XLSX Reports in Odoo with a step-by-step process. Click on the given link to know more.","breadcrumb":{"@id":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#primaryimage","url":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg","contentUrl":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/03\/XLS_XLSX-Format-Reports.jpg","width":880,"height":440,"caption":"XLS XLSX Format Report"},{"@type":"BreadcrumbList","@id":"https:\/\/store.ksolves.com\/blog\/odoo\/systematically-generate-a-report-in-xls-xlsx-format-in-odoo#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/store.ksolves.com\/blog"},{"@type":"ListItem","position":2,"name":"Systematically Generate a Report in XLS\/XLSX Format in Odoo"}]},{"@type":"WebSite","@id":"https:\/\/store.ksolves.com\/blog\/#website","url":"https:\/\/store.ksolves.com\/blog\/","name":"Ksolves Store Blog","description":"Where Great Ideas Change Your Business","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/store.ksolves.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/24bfd358b29cc978fd6e7f809e28b7d2","name":"Parul Gautam","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9eb990d177ece8faa608213c706ff36edd7f09fbb996e90aaa4d36dcb6f41cac?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9eb990d177ece8faa608213c706ff36edd7f09fbb996e90aaa4d36dcb6f41cac?s=96&d=mm&r=g","caption":"Parul Gautam"},"description":"Parul Gautam is a Sr. Technical Writer who believes in bridging the gap between customers and Technologies. She can convert the aura of any Technology into Powerful Words. One time she can Jot Down her words and at the other, she will Tap on the Beats of Great Music. To Taste the Recipe of her Writing, hang on to the great Blogs."}]}},"_links":{"self":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts\/2012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/comments?post=2012"}],"version-history":[{"count":6,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts\/2012\/revisions"}],"predecessor-version":[{"id":2018,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts\/2012\/revisions\/2018"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/media\/2013"}],"wp:attachment":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/media?parent=2012"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/categories?post=2012"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/tags?post=2012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}