เรามีความยินดีที่จะแจ้งให้ทราบการเปิดตัว GroupDocs.Parser for .NET 26.4 ซึ่งพร้อมให้บริการตั้งแต่ เมษายน 2026 การอัปเดตนี้นำเสนอการสกัดตารางจากไฟล์ HTML

มีอะไรใหม่ในรุ่นนี้

คีย์ ประเภท สรุป
PARSERNET-2858 Improvement Implement table extraction from HTML

การเปลี่ยนแปลง API สาธารณะ

ไม่มี

ตัวอย่างโค้ด

// Create an instance of the Parser class
using (Parser parser = new Parser(documentPath))
{
    // Extract all tables from the document
    IEnumerable<PageTableArea> tables = parser.GetTables();
    foreach (PageTableArea table in tables)
    {
        Console.WriteLine($"\tRows: {table.RowCount} Columns: {table.ColumnCount}");
    }
}

วิธีรับอัปเดต

  • NuGet – อัปเกรดเป็นแพ็กเกจ GroupDocs.Parser เวอร์ชันล่าสุดผ่าน NuGet:

    NuGet\Install-Package GroupDocs.Parser -Version 26.4.0
    
    NuGet\Install-Package GroupDocs.Parser.NETFramework -Version 26.4.0
    
  • Direct Download – ดาวน์โหลดแอสเซมบลีสำหรับ .NET จากหน้า GroupDocs.Parser for .NET 26.4 บนเว็บไซต์การปล่อยของ GroupDocs:

https://releases.groupdocs.com/parser/net/new-releases/groupdocs.parser-for-.net-26.4-dlls-only/ https://releases.groupdocs.com/parser/net/new-releases/groupdocs.parser-for-.net--26.4/

ทรัพยากร