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.
Javaを介してプログラムでExcelシートにデータを入力しようとしています。基本的に、列Cのセルを列Aと列Bの対応するセルの合計にしたい
i.e. Cn = An + Bn (n is the row number).
もちろん、数式を 1 つの行に適用し、それを下の最後の列までドラッグすることもできます。ただし、列全体に数式をコピーして貼り付ける必要があるような手動の介入を使用せずに、これを実行できる方法を探していました。