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.
我想创建基于 Windows 的库存应用程序。我需要在多个 excel 电子表格中自动手动输入,并且在电子表格中也使用了公式。工作表中的值与公式相互依赖。
我想在应用程序中使用 Excel 之类的表格和公式。有没有办法创建电子表格并将公式分配给单元格?
还是有更好的选择?
正如托尼建议的那样,使用数据库是一个更好的主意。如果您使用数据库,那么您可以将 Excel 工作表连接到该数据库以供其他用户进行交互。
你可以从 Excel 连接到 sql server 吗?