0

Watirを使用してhandsontableに値を入力するタスクを自動化するにはどうすればよいですか?

Excelに値のリストがあります。Watir はこれらの値を読み取り、handsontable をそれぞれの列に入力します。課題は、handsontable のどのフィールドにも識別プロパティがないため、作業がより困難になります。


Pls は要求された HTML コードを見つけます:

<html>
<head>
  <body>
      <form action="importer.php" method="POST">
        <div class="selections">
          <div id="buildingSelector" style="display: none;">
            <script src="js/importer/buildingselect.js">
            <script type="text/javascript">
              <div id="importdata" class="handsontable">
                <div class="wtHolder" style="position: relative; display: table;">
                 <div class="wtHider" style="position: relative; overflow: hidden; width: 1904px;">
                   <div class="wtSpreader">
                     <table class="htCore" style="display: table;">
                       <colgroup>
                         <thead>
                           <tr>
                            <thead>
                              <tbody>
                                 <tr>
                                   <td class=""></td>
                                   <td class=""></td>
                                   <td class=""></td>
                                 </tr>
4

0 に答える 0