Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

セルを一個一個チェックして置換文字列があったら置換するようにします。 // ワークブックを開く Workbook workbook = new HSSFWorkbook(excel); // 最初のシートを開く Sheet sheet = workbook.getSheetAt(0); // セル内に埋め込まれている置換文字を置換 for (Iterator<Row> sheetIte = sheet.iterator(); sheetIte.hasNext(); ) { // 行を取得 Row row = sheetIte.next(); for (Iterator<Cell> cellIte = row.iterator(); cellIte.hasNext();) { // セルを取得 Cell cell = cellIte.next(); // 文字列タイプのセルのみを対象 if
米Googleが、Webブラウザ「Chrome」で提供するPDFレンダリングエンジン「PDFium」をオープンソースソフトウェアとして公開した。Google Codeのプロジェクトページより入手できる。 PDFiumは、Chromeに組み込まれているPDFレンダリングエンジン。C++で実装されており、Googleのプラグインアーキテクチャである「Pepper-Plugin-API(PPAPI)」を利用してChrome上で動作する。Googleは約3年前より、ChromeにPDFビューアを統合している。ライセンスは修正BSDライセンス。 なお、Mozillaは「Firefox」のPDFビューアとしてJavaScriptで作成されたpdf.jsを利用している。 pdfim https://code.google.com/p/pdfium/
PDFKit A JavaScript PDF generation library for Node and the browser. Description PDFKit is a PDF document generation library for Node and the browser that makes creating complex, multi-page, printable documents easy. The API embraces chainability, and includes both low level functions as well as abstractions for higher level functionality. The PDFKit API is designed to be simple, so generating com
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く