Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 82,029 for

workbook

(0.04 sec)
  1. Convert Excel to PDF, the border width of table...

    Hi, when convert excel to pdf, I want to the border with of table to be more thin. In excel, the cellbordertype has set to thin. Can I customize the table border width? Or after converting to PDF, read the file through a…...is as follows Workbook workbook = new Workbook("excel1.xlsx");...xlsx"); workbook.save("test1.pdf"); The expected result is like border-width2...

    forum.aspose.com/t/convert-excel-to-pdf-the-bor...
  2. Creating Pie Chart with Leader Lines|Documentation

    Learn how to use Aspose.Cells for Python via .NET to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....we will first create a new Workbook and input some data that will...chart in image format and the workbook in XLSX format. Resultant...

    docs.aspose.com/cells/python-net/creating-pie-c...
  3. 使用 C++ 保护 PDF 文件|Documentation

    了解如何使用 Aspose.Cells 与 C++,为 PDF 文件设置所有者密码和用户密码以实现保护。...// Open an Excel file Workbook workbook ( inputFilePath ); //...document with encrypted settings workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/zh/cpp/secure-pdf-documents/
  4. Excel chart has inconsistencies when printed - ...

    Dear Aspose. As you can see from example. When Worksheet is printed there are inconsistencies in the output: 1 - Pink box is lower and hides the value in orange rectangle 2 - Black text in bracket is lower and mess w…...5 KB) Workbook workbook = new Workbook(filePath + "B...xlsx"); Worksheet worksheet = workbook.Worksheets["Sheet1"]; worksheet...

    forum.aspose.com/t/excel-chart-has-inconsistenc...
  5. How to Update Excel using Python

    This quick tutorial contains information on how to update Excel using Python. You can update Excel with Python by just loading the source Excel file and then setting values in the desired cells of the selected worksheet....source Excel file into the Workbook class object to be updated...the end to update the entire workbook with reference to the latest...

    kb.aspose.com/cells/python/how-to-update-excel-...
  6. Compress CSV Files Online or using Android Mobi...

    Free online app to compress different CSV files. Android compression library Java code for CSV documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  7. Compress XLTM Files Online or using Android Mob...

    Free online app to compress different XLTM files. Android compression library Java code for XLTM documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  8. Compress XLS Files Online or using Android Mobi...

    Free online app to compress different XLS files. Android compression library Java code for XLS documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  9. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...instance of Workbook and load a spreadsheet Workbook book ( srcDir...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  10. Track Conversion Progress of Excel to TIFF with...

    Learn how to track the conversion progress of Excel files to TIFF using Aspose.Cells for Node.js via C++. Enhance user experience during the conversion process....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...AsposeCells . WorkbookRender ( workbook , opts ); wr . toImage ( path...

    docs.aspose.com/cells/nodejs-cpp/track-conversi...