Sort Score
Result 10 results
Languages All
Labels All
Results 5,681 - 5,690 of 105,429 for

workbook

(1.19 sec)
  1. Convert DOTM to XLS via Java or with free Onlin...

    Convert DOTM to XLS via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOTM to XLS online converter quickly before integrating the code....create an instance of the Workbook class and load the HTML file...call the save method of the Workbook class and pass the XLS file...

    products.aspose.com/total/java/conversion/dotm-...
  2. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...3 KB) Workbook wb = new Workbook(filePath + "TEstTrail...out_net.zip (206.1 KB) Workbook wb = new Workbook(filePath + "File...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  3. Add Signature Line to the Worksheet|Documentation

    This article describes how to add a signature line to a worksheet using code with Aspose.Cells for Python via .NET....Signature Line in an Excel Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/python-net/add-signature-...
  4. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...

    docs.aspose.com/cells/go-cpp/specify-the-langua...
  5. Get Cells Range with Golang via C++|Documentation

    Learn how to get a cells range through the Aspose.Cells for C++ API....example shows how to: Create a workbook. Add data to cells in the...

    docs.aspose.com/cells/go-cpp/get-cells-range/
  6. Aspose.Cells.Drawing.TextBox.CalculateTextSize ...

    CalculateTextSizeTest.zip (86.1 KB) public static void testHeight() { // Create a new Workbook and save with different DPI settings Workbook Workbook = new Workbook("D:\\CalculateTextSizeTest.xlsm"); Worksheet shee…...new workbook and save with different DPI settings Workbook workbook...workbook = new Workbook("D:\\CalculateTextSizeTes.xlsm"); Worksheet...

    forum.aspose.com/t/aspose-cells-drawing-textbox...
  7. View XLS File Online and Read XLS Document usin...

    Free online XLS file viewer app. Python API code to read XLS file for viewer application....Cells ) Create Workbook class object and load source...View XLSB Files (Excel Binary Workbook) View XLSM Files (Macro-enabled...

    products.aspose.com/total/python-java/viewer/xls/
  8. Convert XML to MD in Android Apps | products.as...

    Render XML to MD in Android Apps API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...protectSharedWorkboo method of Workbook class. Explore XML Conversion...

    products.aspose.com/total/android-java/conversi...
  9. Export XML as Excel Files via Java | products.a...

    Export XML to Excel via Java API without using Microsoft Excel...Load XLSX document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted XLSX...

    products.aspose.com/total/java/conversion/xml-t...
  10. [Aspose.Cells for java]印刷プレビューの内容に改ページ位置を一致させる方...

    変換後のPDFにおいて、ExcelのOffice上の印刷ページ数(印刷プレビューの内容)と一致しない事象が発生し、PDFに空白のページが生まれてしまいます。ページレイアウトの「拡大/縮小」設定において100%以外の場合でも、変換後のPDFにおけるページ数をOfficeの印刷ページ数と一致させる方法はありますか?希望としては常に印刷プレビュー通りの改ページ位置で出力したいです。 <ソース抜粋> #ExcelのPDF変換処理は、PDFバ…... Workbook workbook = new Workbook(inputFilePath);...setCheckFontCompatib(true); workbook.save(outFilePath, saveOptionsForCell);...

    forum.aspose.com/t/aspose-cells-for-java/325249