From: satomichan <...@...>
Date: Thu, 3 Jun 2021 17:22:20 +0000 (+0900)
Subject: ★計算式列(仮想列)機能を実装
X-Git-Tag: JAR_2021-06-03_0656_BUILD
X-Git-Url: https://satomichan.jp/gitweb/?a=commitdiff_plain;h=bcdb2cb3b4097c8bf9d661e888e0ea56b258a730;p=nucalgen
★計算式列(仮想列)機能を実装
・~ 内に記述
★「八訂の計算方法のエネルギーを使った場合のエネルギー産生栄養素バランス」計算機能の追加
・https://eiyo21.com/blog/fd_vol17/
---
diff --git a/nucalgen/src/main/java/jp/satomichan/nucalgen/MoeStdFoodCompTable.java b/nucalgen/src/main/java/jp/satomichan/nucalgen/MoeStdFoodCompTable.java
deleted file mode 100644
index 9799937..0000000
--- a/nucalgen/src/main/java/jp/satomichan/nucalgen/MoeStdFoodCompTable.java
+++ /dev/null
@@ -1,91 +0,0 @@
-package jp.satomichan.nucalgen;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.commons.configuration.ConfigurationException;
-import org.apache.commons.configuration.XMLConfiguration;
-import org.apache.poi.ss.usermodel.Cell;
-import org.apache.poi.ss.usermodel.CellStyle;
-import org.apache.poi.ss.usermodel.Row;
-import org.apache.poi.ss.usermodel.Sheet;
-import org.apache.poi.ss.usermodel.Workbook;
-
-public class MoeStdFoodCompTable {
- private String brightColoredVegetablesXmlFileName = "";
- private List brightColoredVegetableList = new ArrayList();
-
- MoeStdFoodCompTable(String brightColoredVegetablesXmlFileName_){
- this.brightColoredVegetablesXmlFileName = brightColoredVegetablesXmlFileName_;
-
- try {
- XMLConfiguration config = new XMLConfiguration(this.brightColoredVegetablesXmlFileName);
- List