Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 ruby 中读取和写入同一个 excel 文件的方法。我看到了这个主题,但这些建议对我不起作用。
我尝试使用 Roo gem,但这不允许写。我也尝试使用电子表格 gem,但这不会读取 Xlsx 文件。
有没有办法在 ruby 中读取和写入同一个 excel 文件?
试试rubyXL
用于读取/写入/修改 .xlsx 和 .xlsm 文件的 Ruby 库