
ワークシート内のどこにでも簡単に新しい列を追加でき、セル参照を自動的に更新し、既存の計算も保持可能
英語で読み続ける:
Inserting columns in a spreadsheet allows users to expand worksheets dynamically while preserving existing data and formulas. This capability is essential for scenarios where datasets evolve over time, such as adding new fields, categories, or calculated values. A well-implemented insert columns feature ensures that cell references, formatting, and formulas adjust automatically, helping maintain data integrity and reducing the risk of errors during updates.
Several ASP.NET Core spreadsheet controls offer the ability to insert columns including:
- DevExpress ASP.NET Core Spreadsheet (part of DevExpress ASP.NET and Blazor) enables users to insert one or multiple columns at any position in a worksheet, automatically updating formulas.
- Telerik UI for ASP.NET Core Spreadsheet (part of Telerik UI for ASP.NET Core) allows columns to be inserted through both the user interface and APIs, ensuring that cell references are preserved.
- Syncfusion ASP.NET Core Spreadsheet (part of Syncfusion Essential Studio Enterprise) provides options to insert columns with full support for formula recalculation.
For an in-depth analysis of features and price, visit our ASP.NET Core spreadsheet controls comparison.