2016-08-09 3 views

答えて

0

選択はxlsxに保存されません。私は2つの空のブックを別の選択肢で保存し、2つのzipパッケージの抽出されたファイル内容を再帰的に比較しました。違いはノードはdocProps\core.xmlです。各シートには

0

ので

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"> 
  <dimension ref="A1:B8"/> 
  <sheetViews> 
    <sheetView tabSelected="1" workbookViewId="0"> 
      <selection activeCell="A2" sqref="A2:B3"/> 
    </sheetView> 
  </sheetViews> 

あなたにこれを取得するOpenXMLのクラスは https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.selection.activecell(v=office.14).aspx

あるようSheetView要素は、アクティブセルを有します
関連する問題