Skip to main content
Solved

How to read specific sheet with PX.Data.XLSXReader

  • September 2, 2022
  • 3 replies
  • 76 views

priekenberg40
Varsity I
Forum|alt.badge.img+1

How do i have to use PX.Data.XLSXReader to read a specific sheet of the XLSX-File?

Best answer by priekenberg40

Solved by using OpenXML

3 replies

priekenberg40
Varsity I
Forum|alt.badge.img+1
  • Author
  • Varsity I
  • Answer
  • March 15, 2023

Solved by using OpenXML


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • March 15, 2023

Thank you for sharing your solution with the community @priekenberg40 !


// Switch to the desired sheet by name:

 // Switch to the desired sheet by name
reader.Worksheets.Set("SheetName");