Quick Start

Try WebPivotTable online

WebPivotTable looks great, I want to integrate it into my web page. But I am not a professional developer, is it still possible for me to do it?

The answer is YES. Actually you don't need to download anything or even know how to program javascript. With two simple steps, you can put WebPivotTable into your web page.

STEP 1: import wpt.js in head

In the head of your web page html file, import wpt.js from our CDN:

<head>
  <script type="text/javascript" src="https://webpivottable.com/releases/latest/dist/wpt.js" ></script>
</head>

STEP 2: add atag into the body:

<body>
  <div style="width: 600px; height:480px;">
    <web-pivot-table />
  </div>
</body>

That's all. Now open your web page. A fully functional WebPivotTable has been embedded into your page.

You can watch this on Quick Start Demo

If you need deep integration, please see our Integration Guide