ui.igSpreadsheet

ui.igSpreadsheet_image

igSpreadsheet コントロールでは、Infragistics JavaScript Excel Library でサポートされるデータ モデルによって表されるスプレッドシート データの表示ができます。データ モデルには、ワークブック、ワークシート、セル、数式などが含まれます。

コード サンプル

<!DOCTYPE html>
<html>
<head>
    <title>igSpreadsheet Overview</title>
    <script src="http://ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.8.3.js"></script>
    <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
    <script src="http://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
 
    <!-- Ignite UI Required Combined JavaScript Files -->
    <script src="js/infragistics.loader.js" type="text/javascript"></script>
 
    </head>
    <body>
        <div id="spreadsheet"></div>
        <script type="text/javascript">
            $.ig.loader({
                scriptPath: "js/",
                cssPath: "css/",
                resources: "igSpreadsheet",
                ready: function () {
                    $("#spreadsheet").igSpreadsheet({
                        height: "600",
                        width: "100%",
                        activeCell: "D4"
                    });
                }
            });
        </script>
    </body>
    </html>

関連サンプル

関連トピック

依存関係

jquery.js
jquery-ui.js
infragistics.util.js
infragistics.util.jquery.js
infragistics.ui.widget.js
infragistics.ui.combo.js
infragistics.ui.dialog.js
infragistics.ui.editors.js
infragistics.ui.popover.js
infragistics.ui.colorpicker.js
infragistics.dv_jquerydom.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsextended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.xml.js
infragistics.dv_interactivity.js
infragistics.dv_core.js
infragistics.documents.core_core.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
infragistics.spreadsheet.js

継承

Copyright © 1996 - 2025 Infragistics, Inc. All rights reserved.