Sort Score
Result 10 results
Languages All
Labels All
Results 8,781 - 8,790 of 104,098 for

workbook

(0.13 sec)
  1. Remove DOTM Annotation Online or Manage Annotat...

    delete comments from DOTM file through online app for free. C++ API code to manage comments of DOTM files....Annotate XLSB Files (Excel Binary Workbook) Annotate XLSM Files (Macro-enabled...Annotate XLSX Files (Open XML Workbook) Annotate XLT Files (Excel...

    products.aspose.com/total/cpp/annotate/dotm/
  2. Remove DOTX Annotation Online or Manage Annotat...

    delete comments from DOTX file through online app for free. C++ API code to manage comments of DOTX files....Annotate XLSB Files (Excel Binary Workbook) Annotate XLSM Files (Macro-enabled...Annotate XLSX Files (Open XML Workbook) Annotate XLT Files (Excel...

    products.aspose.com/total/cpp/annotate/dotx/
  3. Remove DOT Annotation Online or Manage Annotati...

    delete comments from DOT file through online app for free. C++ API code to manage comments of DOT files....Annotate XLSB Files (Excel Binary Workbook) Annotate XLSM Files (Macro-enabled...Annotate XLSX Files (Open XML Workbook) Annotate XLT Files (Excel...

    products.aspose.com/total/cpp/annotate/dot/
  4. Remove ODT Annotation Online or Manage Annotati...

    delete comments from ODT file through online app for free. C++ API code to manage comments of ODT files....Annotate XLSB Files (Excel Binary Workbook) Annotate XLSM Files (Macro-enabled...Annotate XLSX Files (Open XML Workbook) Annotate XLT Files (Excel...

    products.aspose.com/total/cpp/annotate/odt/
  5. Extract Text and Images from Powerpoint File On...

    Online Powerpoint file parser app. .NET API C# code to extract images and text from Powerpoint presentation....Parse XLSB Files (Excel Binary Workbook) Parse XLSM Files (Macro-enabled...Parse XLSX Files (Open XML Workbook)...

    products.aspose.com/total/net/parse/powerpoint/
  6. [Apose.Cells C++] SaveAs in XLS format crashes ...

    Hello, Using Aspose.Cells for C++ 24.2.0 A pointer exception occurs when saving an Excel file to XLS format (Aspose::Cells::SaveFormat::Excel97To2003) when the Excel file contains Defined Names with an invalid expressi…...file is an XLSX file where xl/workbook.xml contains a defined name...try version 25.1. Thank you. Workbook wb("aaa.xlsx"); wb.Save("output...

    forum.aspose.com/t/apose-cells-c-saveas-in-xls-...
  7. Online PTOX File Merger or Build Python Apps to...

    Free online app to combine different PTOX files. Python merging library code to merge PTOX documents into other formats....Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...Merge XLSX Files (Open XML Workbook) Merge XLT Files (Excel 97...

    products.aspose.com/total/python-net/merge/ptox/
  8. Converting to PDF raises Exception about fonts ...

    Hi. I tried to find the same error description, but can’t. I sure, that it is widespread error: we tried to convert xlsx book with font Calibri underlined to PDF in Linux-based Docker container and got error Caused by…... Workbook wb = new Workbook("path/to/your/file...

    forum.aspose.com/t/converting-to-pdf-raises-exc...
  9. Aspose.Cells for JavaでExcelファイルをPDFファイルに変換した際に、...

    Aspose.Cells for .Java を用いて、ExcelファイルをPDFファイルに変換しています。 Excelファイルで印刷範囲を設定していますが、PDFファイルに変換すると その印刷範囲と異なる位置で改ページが行われます。 「Microsoft Print to PDF」プリンタでは正常の改ページで表示されますが、asposeを利用すると改ページが異なります。 これは不具合でしょうか。 それともプロパティ等の設定で…... Workbook workbook = new Workbook("input.xlsx");...setOnePagePerSheet(true); // シートごとに1ページにする workbook.save("output.pdf", options);...

    forum.aspose.com/t/aspose-cells-for-java-excel-...
  10. Add calculated field in Pivot Table|Documentation

    How to add a calculated field in a pivot table with Aspose.Cells for Node.js via C++.... Finally, the workbook is saved in output XLSX format...

    docs.aspose.com/cells/nodejs-cpp/add-calculated...