Hirdetés

Hirdetés

!!! SZERVERLEÁLLÁS, ADATVESZTÉS INFORMÁCIÓK !!!
Talpon vagyunk, köszönjük a sok biztatást! Ha segíteni szeretnél, boldogan ajánljuk Előfizetéseinket!

Új hozzászólás Aktív témák

  • pmonitor

    aktív tag

    válasz quailstorm #10204 üzenetére

    Igen. Ez is benne van az összehasonlító táblázatban. Az openxml meg nem tudja a binárisan tárolt fájlokat kezelni. Megpróbálom ide másolni a táblázatot. De nem tudom, hogy olvasható lesz-e.
    ## 📊 Comparison: OpenXML vs COM Automation

    This section compares two popular approaches for automating Office documents in C#.

    | Feature / Capability | OpenXML SDK | COM Automation (`ComAutoWrapper`) |
    |--------------------------------------------------|------------------------|------------------------------------|
    | File-based read/write | ✅ Yes | ❌ No |
    | Live Office application control (Excel/Word) | ❌ No | ✅ Yes |
    | Handles password-protected files | ❌ No support | ✅ Yes (if Office can open it) |
    | Supports running VBA macros | ❌ No | ✅ Yes |
    | Reads current user selection | ❌ No | ✅ Yes |
    | Formatting (color, styles, font size, etc.) | ⚠️ Limited | ✅ Full |
    | Chart and graphic manipulation | ❌ No | ✅ Yes |
    | Interactive editing of running instance | ❌ No | ✅ Yes |
    | Requires Interop DLLs | ❌ No | ❌ No (via ComAutoWrapper) |
    | Can be used without Office installed | ✅ Yes | ❌ No |
    | Dependency size | ✅ Small | ✅ Small (via wrapper) |

    > ⚠️ Note: OpenXML is best for static document generation and server-side manipulation.
    > ✅ COM Automation is best for real-time document interaction and full feature access.

    Using `ComAutoWrapper`, you get the **full power of Office** with the **ease of a lightweight, interop-free helper**, suitable for Excel and Word automation alike.
    While both OpenXML and COM automation are useful for working with Office documents, they serve very different use cases. Here’s a feature-by-feature comparison to help you decide.

    De mondjuk azt beszéltük meg a ChatGpt-vel, hogy vígan megférnek egymás mellett is. Igazából az sem mind1, hogy a ComAutoWrapper ~31 KB, az openxml, meg ~10 MB. Pl. ez sem mind1.

Új hozzászólás Aktív témák