Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 160,984 for

workbook

(0.13 sec)
  1. Aspose Cells exception while converting XLS fil...

    Hi, I am getting exception while converting few excel files. I have tried both the jars Aspose Cells 23.1 & 23.2. Can you please check these files Aspose Cells exception while converting XLS files.zip (177.1 KB)...Sample code: Workbook workbook1 = new Workbook("f:\\files\\PRV-MM-TQ-00015...save("f:\\files\\out1.pdf"); Workbook workbook2 = new Workbook("f:\\files\\PRV-MM-TQ-00019...

    forum.aspose.com/t/aspose-cells-exception-while...
  2. Create MS Excel XLS Files via C# | products.asp...

    XLS creater. Create XLS files in C# code. Generate MS Excel XLS files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/xls/
  3. View or Edit XLS Files Metadata via .NET | prod...

    C# source code to edit or view XLS format metadata on .NET Framework, .NET Core, Mono or Xamarin Platforms....Load XLS with an instance of Workbook Get the BuiltInDocumentPrope...BuiltInDocumentPrope collection of Workbook object Iterate over the collection...

    products.aspose.com/cells/net/metadata/xls/
  4. has_exernal_links method | Aspose.Cells for Pyt...

    has_exernal_links method has_exernal_links Indicates whether this Workbook contains external links to other data sour......has_exernal_links Indicates whether this workbook contains external links to...sources. Returns Whether this workbook contains external links to...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. 5115146.xlsx

    ExternalLink Source Amount Comment ExternalAccounts.xlsx 10,000 External link Workbook data pull with password ExternalAccounts.xlsx 11,000 External link Workbook data pull with password ExternalAc......xlsx 10,000 External link workbook data pull with password ExternalAccounts...xlsx 11,000 External link workbook data pull with password ExternalAccounts...

    docs.aspose.com/cells/fr/net/change-the-absolut...
  6. 5472589.xlsx

    ExternalLink Source Amount Comment ExternalAccounts.xlsx 10,000 External link Workbook data pull with password ExternalAccounts.xlsx 11,000 External link Workbook data pull with password ExternalAc......xlsx 10,000 External link workbook data pull with password ExternalAccounts...xlsx 11,000 External link workbook data pull with password ExternalAccounts...

    docs.aspose.com/cells/es/java/change-the-absolu...
  7. 5115146.xlsx

    ExternalLink Source Amount Comment ExternalAccounts.xlsx 10,000 External link Workbook data pull with password ExternalAccounts.xlsx 11,000 External link Workbook data pull with password ExternalAc......xlsx 10,000 External link workbook data pull with password ExternalAccounts...xlsx 11,000 External link workbook data pull with password ExternalAccounts...

    docs.aspose.com/cells/net/change-the-absolute-p...
  8. 5472589.xlsx

    ExternalLink Source Amount Comment ExternalAccounts.xlsx 10,000 External link Workbook data pull with password ExternalAccounts.xlsx 11,000 External link Workbook data pull with password ExternalAc......xlsx 10,000 External link workbook data pull with password ExternalAccounts...xlsx 11,000 External link workbook data pull with password ExternalAccounts...

    docs.aspose.com/cells/ar/java/change-the-absolu...
  9. 5115146.xlsx

    ExternalLink Source Amount Comment ExternalAccounts.xlsx 10,000 External link Workbook data pull with password ExternalAccounts.xlsx 11,000 External link Workbook data pull with password ExternalAc......xlsx 10,000 External link workbook data pull with password ExternalAccounts...xlsx 11,000 External link workbook data pull with password ExternalAccounts...

    docs.aspose.com/cells/tr/net/change-the-absolut...
  10. How do I make excel textbox line (border) invis...

    I tried this but it did not work. textBox.getLine().setDashStyle(MsoLineDashStyle.SOLID); textBox.getLine().setWeight(0); thanks...following codes: Workbook workbook = new Workbook(); ShapeCollection...ShapeCollection shapes = workbook.getWorksheets().get(0).getShapes(); TextBox...

    forum.aspose.com/t/how-do-i-make-excel-textbox-...