날짜: 06-10-2019 03:17 AM
엑셀 sheet을 프런트패널에서 열고 엑셀에서 편집 기능(셀 통합, 셀고정, 스크롤바사용)을 하듯이 랩뷰 프런트 패널에서
사용하고자합니다. 어떤 컨트롤 또는 기능을 사용하여야 하나요?
감사합니다.
날짜:
06-12-2019
10:31 AM
- 마지막 편집 날짜:
12-09-2024
04:09 PM
, 작성자:
Content Cleaner
Hello Panagene_programmer,
Unfortunately this is an English forum, so I hope google translate made a good job translating your question:
Open an Excel sheet in the front panel and use the Edit in Excel function (cell integration, cell anchor, scrollbars)
I want to use it. What controls or features should I use?
Thank you.
I recommend the following resource: Moving Data From LabVIEW Into Excel
All the best,
날짜: 06-12-2019 10:00 PM
Thank you.
I'm sorry, but I need a way to use the main functions of Excel on the front panel of "LabVIEW."
날짜:
06-13-2019
12:14 PM
- 마지막 편집 날짜:
12-09-2024
04:11 PM
, 작성자:
Content Cleaner
I am still not sure what you mean by "use the main functions of Excel on the front panel". Excel and LabVIEW are two different applications, and while there can be some communication between them using .NET and ActiveX calls, by nature they will have different User Interfaces.
If you plan to have something as "Open" and "Save" methods in your front panel, which you can tie to functions to read and write to/from Excel files in LabVIEW, then I would recommend using an Event Driven state machine, or a Queued Message Handler. Use the states in these architectures to call the functions you need from the Report Generation Toolkit (included in LabVIEW Professional).
All the best,