Category News

ドラッグ&ドロップテーブルでデータをより簡単に探索

3月 4, 2025
ピボットテーブルを使用して生データを価値あるインサイトに変換し、集計ツールを活用してフィルタリング、グループ化、データの視覚化を簡単に行うことが可能

Pivot tables provide a powerful way to analyze and summarize large datasets while preserving the original data. With advanced filtering, sorting, customizable views, and seamless chart integration, they streamline data analysis with ease. By organizing and visualizing information dynamically, pivot tables transform raw data into structured, interactive reports making it easier to uncover valuable insights and drive informed decisions.

Several .NET spreadsheet controls support pivot tables including:

  • DevExpress ASP.NET Spreadsheet (part of DevExpress ASP.NET and Blazor) lets you create web-based spreadsheet experiences, with formulas, formatting, and interactive editing.
  • Aspose.Cells for .NET facilitates high-performance spreadsheet processing, including complex formula evaluation, pivot tables, and advanced charting within .NET applications.
  • Document Solutions for Excel, .NET Edition by MESCIUS empowers users to generate, edit, and analyze files efficiently, offering data visualization and customization features.
  • Syncfusion Excel Framework (XlsIO) (part of Syncfusion Essential Studio Enterprise) lets you create, edit, and export Excel files programmatically without Microsoft Excel.

For an in-depth analysis of features and price, visit our .NET spreadsheet controls comparison.

Compare .NET Spreadsheet Controls

WebアプリでPDFフォームを簡単に処理

3月 4, 2025
アプリでPDFフォームを作成、編集、保存することで、ユーザーインタラクションを強化し、データ収集を効率化し、スムーズなデジタルワークフローを確保

Creating, loading, and saving PDF forms in PDF Viewer components allow users to interact with dynamic documents directly within web applications. This feature enables developers to present fillable forms, capture user inputs, and store the data securely, all while maintaining the visual integrity of the original PDF. It is particularly useful for applications requiring digital form submissions, such as surveys, contracts, or registration forms.

Several ASP.NET Core PDF viewer controls support PDF forms including:

  • Telerik UI PDF for ASP.NET Core (part of Telerik UI for ASP.NET Core) provides robust tools for displaying and filling PDF forms in ASP.NET Core applications.
  • Document Solutions for PDF by MESCIUS offers comprehensive form handling capabilities, including support for complex field types and form data extraction.
  • ImageGear for .NET by Accusoft facilitates interactive PDF form experiences, including loading, filling, and saving forms while ensuring high-fidelity rendering.
  • Syncfusion ASP.NET Core PDF (part of Syncfusion Essential Studio Enterprise) enables full control over form creation and supports various input fields and data binding options.

For an in-depth analysis of features and price, visit our ASP.NET Core PDF viewer comparison.

Compare ASP.NET Core PDF Viewer Controls

スプレッドシートのセルに画像を簡単に埋め込み

3月 4, 2025
DevExpress Office File API v24.2では、画像をワークシートセルに直接埋め込むことができるため、Excelとのシームレスな統合が可能

The DevExpress Office File API is a robust library designed to simplify the creation, editing, and processing of popular office document formats, including Word, Excel, PowerPoint, and PDF. It allows developers to integrate advanced document management features into their applications without relying on external software like Microsoft Office. Key features include document generation, data import/export, template customization, and seamless integration with modern platforms. The API supports advanced formatting, encryption, and digital signatures, ensuring secure and professional-grade output. Ideal for enterprise applications, it streamlines workflows for reporting, data analysis, and document automation, saving time and enhancing productivity for developers and end-users alike.

The DevExpress Office File API v24.2 update introduces the ability to embed images directly into worksheet cells, giving users enhanced control over spreadsheet design and functionality. This feature integrates with Microsoft Excel's "Place in Cell" option, allowing documents with embedded images to be imported, exported, printed, and saved without content loss. Supported programmatically through new APIs, it enables users to insert, retrieve, and manage images as cell values while accessing properties like format and bytes. This update simplifies the creation of Excel-compatible spreadsheets for modern applications.

To see a full list of what's new in version 24.2, see our release notes.

DevExpress Office File API is licensed per developer and is available as a Perpetual License with a 12 month support and maintenance subscription. See our DevExpress Office File API licensing page for full details.

DevExpress Office File API is available individually or as part of DevExpress Universal.

YouTrackの課題とアジャイルボードを簡単にナビゲート

3月 4, 2025
YouTrack 2025.1には新しいナビゲーションパネルが含まれており、すべての重要な機能を指先で操作でき、ワークスペースを最大限に活用可能

JetBrains YouTrack is a versatile project management and collaboration tool designed for both software development and non-technical teams. Powered by a robust and flexible issue tracking core, YouTrack provides comprehensive features for managing tasks, projects, and workflows of any size. Its intuitive interface fosters efficient collaboration and communication, while agile boards and reporting tools offer real-time visibility and control. Available in both cloud and on-premises options, YouTrack scales effortlessly to accommodate small startups and large enterprises alike, making it a powerful solution for teams seeking to streamline their work and boost productivity.

The YouTrack 2025.1 release includes a redesigned navigation panel that provides an efficient way to access all key sections of the application. Replacing the traditional main menu, this new, persistent panel resides on the left-hand side of the screen, offering instant access to everything from Issues and Agile boards to Reports, Gantt Charts and Administration settings. By consolidating these previously dispersed menu items into a single, readily available location, the new navigation significantly reduces the number of clicks required to navigate between different sections, improving overall user experience.

To see a full list of what's new in version 2025.1, see our release notes.

YouTrack Server (installed on your server) is licensed per server and per user, as a Perpetual license with 1 year of free updates and technical support. YouTrack Cloud (hosted in the cloud by JetBrains) is licensed per user as an Annual license which includes updates and technical support. See our YouTrack licensing page for full details.

For more information, visit our YouTrack product page.

C# .NETでHealth Level Sevenのデータを解析して抽出

3月 4, 2025
ComponentOne StudioのC1TextParserを使用して、.NETアプリケーションでHealth Level Seven (HL7)電子医療データにアクセス

ComponentOne Studio Enterprise by MESCIUS is a powerful suite of UI controls for .NET and JavaScript, enabling developers to build modern, high-performance applications across desktop, web, and mobile platforms. With rich data visualization, reporting, and data management tools, it streamlines development for WinForms, WPF, Blazor, and ASP.NET Core, helping create responsive, feature-rich applications with ease. ComponentOne Studio Enterprise includes the latest components, new releases, updates, and upgrades, plus email and online support for one full year from the date of purchase.

The HL7 data format is widely used by healthcare providers worldwide to exchange data. While it primarily consists of long ASCII strings rather than standardized formats like JSON or XML, its structure is designed for efficient data transmission within healthcare systems. Working with HL7 data often requires specialized tools or parsing techniques to improve readability and integration with modern applications.

In this blog post, ComponentOne UI Controls Product Manager Greg Lutz demonstrates how to parse a file in the HL7 version 2 (V2) format and show its contents in a user-friendly TreeView. Steps include:

  • Setting up the C1_hl7 Solution
  • Interpreting the HL7 V2 File
  • Presenting the HL7 File

Detailed source code is included and you can even download the demo project to save time.

Read the full blog to get started reading and interpreting Health Level Seven data in your applications.

ComponentOne Studio products are licensed per developer on a perpetual basis and include a 12 month subscription. Priority Support is also available. See our ComponentOne Studio Enterprise licensing page for full details.

Learn more on our ComponentOne Studio Enterprise product page.