---
title: "jsp setContentType"
type: "forum-thread"
url: "https://www.webforum.nu/amne/java/55952-jsp-setcontenttype"
topic: "Java"
topic_url: "https://www.webforum.nu/amne/java"
author: "catalina76"
published: "2002-10-14T17:11:30.000Z"
updated: "2002-10-18T15:38:41.000Z"
replies: 2
views: 371
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/java/55952-jsp-setcontenttype"
---

# jsp setContentType

## #1 — catalina76, 2002-10-14T17:11Z

Hur skriver jag för att putta ut min htmltabell till excel mha jsp.

Nu har jag letat länge och kan inte få till det. Snälla hjälp.

setContentType...så långt är jag med...  men sedan då?

Permalänk: https://www.webforum.nu/p/55952

## #2 — leifen, 2002-10-16T17:26Z

\<%@ page contentType="application/vnd.ms-excel" %\>
eller
\<% response.setContentType("application/vnd.ms-excel"); %\>

Permalänk: https://www.webforum.nu/p/822500

## #3 — Jörgen HP, 2002-10-18T15:38Z

Flyttar till J2EE. :)

Mvh Jörgen HP
Moderator

Permalänk: https://www.webforum.nu/p/827105

---

Tråden på webben: https://www.webforum.nu/amne/java/55952-jsp-setcontenttype
