# m-chart/1.3.1/components/templates/spreadsheet-meta-box.php

M Chart, version 1.3.1. 7 lines.

- Page: https://pluginprobe.com/plugins/m-chart/1.3.1/code/components/templates/spreadsheet-meta-box.php
- Raw: https://pluginprobe.com/plugins/m-chart/1.3.1/raw/components/templates/spreadsheet-meta-box.php
- Modified: 2015-04-27T18:32:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/m-chart/1.3.1/code/components/templates/spreadsheet-meta-box.php#L10-L20`.

```php
<script type="text/javascript" charset="utf-8">
	var hands_on_table_data = <?php echo json_encode( $sheet_data ); ?>;
</script>
<div id="hands-on-table-sheet-<?php echo absint( $post->ID ); ?>" class="hands-on-table-sheet"></div>
<textarea name="<?php echo esc_attr( $this->get_field_name( 'data' ) ); ?>" rows="8" cols="40" class="data hide"></textarea>
<?php
wp_nonce_field( m_chart()->slug . '-save-post', $this->get_field_name( 'nonce' ) );
```
