Revision 1850 sqs-reader/src/main/java/net/sqs2/omr/result/export/spreadsheet/ExcelExportModule.java

ExcelExportModule.java (revision 1850)
148 148
			int rowIndexInThisRowGroup = rowEvent.getRowGroupEvent().getRowIndexBase() + rowEvent.getIndex()
149 149
					+ 1;
150 150
			cellArray[0][sheetIndex].setCellValue(rowIndexInThisRowGroup);
151
			String path = sourceDirectory.getPath();
151
			String path = sourceDirectory.getRelativePath();
152 152
			cellArray[1][sheetIndex].setCellValue(createRichTextString(path));
153 153
			String fileNames = MarkContentsWriterUtil.createRowMemberFilenames(rowEvent
154 154
					.getIndex(), master.getNumPages(), sourceDirectory.getPageIDList());
......
192 192
	@Override
193 193
	public void startQuestion(QuestionEvent questionEvent) {
194 194
		int rowIndex = questionEvent.getRowEvent().getRowIndex();
195
		int columnIndex = questionEvent.getColumnIndex();
195
		int columnIndex = questionEvent.getQuestionIndex();
196 196
		List<FormArea> formAreaList = questionEvent.getFormMaster().getFormAreaList(columnIndex);
197 197
		FormArea defaultFormArea = formAreaList.get(0);
198 198
		Row row = questionEvent.getRowEvent().getRow();

Also available in: Unified diff