{"id":701,"date":"2004-10-06T17:19:29","date_gmt":"2004-10-06T17:19:29","guid":{"rendered":"http:\/\/beta.robertprice.co.uk\/robblog\/2004\/10\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/"},"modified":"2004-10-06T17:19:29","modified_gmt":"2004-10-06T17:19:29","slug":"serving_ms_excel_documents_from_a_perl_cgi_script-shtml","status":"publish","type":"post","link":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/","title":{"rendered":"Serving MS Excel Documents From A Perl CGI Script"},"content":{"rendered":"<p>\nHow can you serve a Microsoft Excel spreadsheet from a <a href=\"http:\/\/www.perl.com\/\">Perl<\/a> <acronym title=\"Common Gateway Interface\">CGI<\/acronym> script?\n<\/p>\n<p>\nIt&#8217;s actually quite easy, and just a case of sending the right headers.\n<\/p>\n<p>\nAssuming we have our raw binary Excel sheet in a variable called <var>$excel<\/var>, we can use this simple block of code to allow it to be downloaded from a web script with the filename of <var>text.xls<\/var>.\n<\/p>\n<div class=\"code\"><code>print \"content-type: application\/vnd.ms-exceln\";<br \/>\nprint \"content-disposition: attachment; filename=text.xlsnn\";<br \/>\nprint $excel;<br \/>\n<\/code><\/div>\n<p>\nThis will prompt the user with a file download box asking where to store text.xls.\n<\/p>\n<p>\nThe key here is the <a href=\"http:\/\/www.ietf.org\/rfc\/rfc1806.txt\">content-disposition<\/a> tag. We could change the content-disposition to inline to try to force the browser to open the Excel document in browser itself, but that&#8217;s not really very friendly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How can you serve a Microsoft Excel spreadsheet from a Perl CGI script? It&#8217;s actually quite easy, and just a case of sending the right headers. Assuming we have our raw binary Excel sheet in a variable called $excel, we can use this simple block of code to allow it to be downloaded from a &hellip; <a href=\"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Serving MS Excel Documents From A Perl CGI Script&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2],"tags":[17,25,47,75],"class_list":["post-701","post","type-post","status-publish","format-standard","hentry","category-dev","tag-dev","tag-http","tag-perl","tag-web-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Serving MS Excel Documents From A Perl CGI Script - Robert Price<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Serving MS Excel Documents From A Perl CGI Script - Robert Price\" \/>\n<meta property=\"og:description\" content=\"How can you serve a Microsoft Excel spreadsheet from a Perl CGI script? It&#8217;s actually quite easy, and just a case of sending the right headers. Assuming we have our raw binary Excel sheet in a variable called $excel, we can use this simple block of code to allow it to be downloaded from a &hellip; Continue reading &quot;Serving MS Excel Documents From A Perl CGI Script&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/\" \/>\n<meta property=\"og:site_name\" content=\"Robert Price\" \/>\n<meta property=\"article:published_time\" content=\"2004-10-06T17:19:29+00:00\" \/>\n<meta name=\"author\" content=\"rob\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rob\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/\"},\"author\":{\"name\":\"rob\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#\\\/schema\\\/person\\\/fac6d5b076e0e14e1fb13e15b542a6c5\"},\"headline\":\"Serving MS Excel Documents From A Perl CGI Script\",\"datePublished\":\"2004-10-06T17:19:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/\"},\"wordCount\":124,\"keywords\":[\"Dev\",\"HTTP\",\"Perl\",\"Web Development\"],\"articleSection\":[\"Dev\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/\",\"url\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/\",\"name\":\"Serving MS Excel Documents From A Perl CGI Script - Robert Price\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#website\"},\"datePublished\":\"2004-10-06T17:19:29+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#\\\/schema\\\/person\\\/fac6d5b076e0e14e1fb13e15b542a6c5\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Serving MS Excel Documents From A Perl CGI Script\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#website\",\"url\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/\",\"name\":\"Robert Price\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#\\\/schema\\\/person\\\/fac6d5b076e0e14e1fb13e15b542a6c5\",\"name\":\"rob\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g\",\"caption\":\"rob\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Serving MS Excel Documents From A Perl CGI Script - Robert Price","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:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/","og_locale":"en_GB","og_type":"article","og_title":"Serving MS Excel Documents From A Perl CGI Script - Robert Price","og_description":"How can you serve a Microsoft Excel spreadsheet from a Perl CGI script? It&#8217;s actually quite easy, and just a case of sending the right headers. Assuming we have our raw binary Excel sheet in a variable called $excel, we can use this simple block of code to allow it to be downloaded from a &hellip; Continue reading \"Serving MS Excel Documents From A Perl CGI Script\"","og_url":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/","og_site_name":"Robert Price","article_published_time":"2004-10-06T17:19:29+00:00","author":"rob","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rob","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/#article","isPartOf":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/"},"author":{"name":"rob","@id":"https:\/\/www.robertprice.co.uk\/robblog\/#\/schema\/person\/fac6d5b076e0e14e1fb13e15b542a6c5"},"headline":"Serving MS Excel Documents From A Perl CGI Script","datePublished":"2004-10-06T17:19:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/"},"wordCount":124,"keywords":["Dev","HTTP","Perl","Web Development"],"articleSection":["Dev"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/","url":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/","name":"Serving MS Excel Documents From A Perl CGI Script - Robert Price","isPartOf":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/#website"},"datePublished":"2004-10-06T17:19:29+00:00","author":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/#\/schema\/person\/fac6d5b076e0e14e1fb13e15b542a6c5"},"breadcrumb":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.robertprice.co.uk\/robblog\/serving_ms_excel_documents_from_a_perl_cgi_script-shtml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.robertprice.co.uk\/robblog\/"},{"@type":"ListItem","position":2,"name":"Serving MS Excel Documents From A Perl CGI Script"}]},{"@type":"WebSite","@id":"https:\/\/www.robertprice.co.uk\/robblog\/#website","url":"https:\/\/www.robertprice.co.uk\/robblog\/","name":"Robert Price","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.robertprice.co.uk\/robblog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.robertprice.co.uk\/robblog\/#\/schema\/person\/fac6d5b076e0e14e1fb13e15b542a6c5","name":"rob","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g","caption":"rob"}}]}},"_links":{"self":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/posts\/701","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/comments?post=701"}],"version-history":[{"count":0,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/posts\/701\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/media?parent=701"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/categories?post=701"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/tags?post=701"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}